List Sandboxes
Sandbox API
List Sandboxes
Return all sandboxes visible to the authenticated API key.
GET
List Sandboxes
Returns all sandboxes owned by the authenticated API key. Killed sandboxes are
hidden by default — pass
?state=all to include them. Results are wrapped in a
sandboxes array with a next_token pagination cursor.
Query Parameters
integer
default:"100"
Maximum number of sandboxes to return. Capped at
1000.integer
default:"0"
Zero-based offset for pagination.
string
Pass
"all" to include killed sandboxes in the results. Any other value (or
omission) filters them out.Response
string | null
Pagination cursor for the next page of results. Currently always
null —
full pagination is coming in a future release.Example
Response