Skip to main content
GET
List sandboxes

Authorizations

Authorization
string
header
required

WorkOS session token or RunTools API key (rt_live_* / rt_test_*). Used in Authorization: Bearer <token> header.

Query Parameters

status
enum<string>
Available options:
pending,
creating,
running,
pausing,
paused,
resuming,
destroying,
destroyed,
stopped,
failed,
error,
orphaned,
suspected_missing
tag
string
template
string
exclude_template
string
limit
integer

Maximum number of rows to return.

Required range: 1 <= x <= 500
cursor
string

Opaque pagination cursor returned by a prior page.

all
boolean

Include resources for all members of the org (admin only).

Response

Page of sandboxes.

data
object[]
hasMore
boolean
nextCursor
string | null