sandboxes

GET /v1/sandboxes — list sandboxes (API key, org inferred from key).

List the organization's sandboxes with cursor pagination and optional label filtering.

get/v1/sandboxes

Query parameters

cursorstring

Pagination cursor

limitinteger

Page size (default 20, max 100)

labelsstring

JSON object of labels to AND-match

Response

Paginated list of sandboxes

has_moreboolean required
next_cursorstring nullable

Changes