List Sandcastles
Sandcastles
List Sandcastles
List sandboxes with status filtering and cursor-based pagination
GET
List Sandcastles
Liveness in list results is eventually consistent — a sandbox that died abruptly may report
running for a short window (up to ~1 hour). GET /v2/sandcastles/ is the authoritative live check for a single sandbox.Authorizations
API key or JWT token
Query Parameters
Filter by lease state. running (default) returns sandboxes with an
open lease — individual items may report running, stale, or
unknown. stopped returns released sandboxes. all returns both.
Available options:
running, stopped, all Maximum number of sandboxes to return (default 50, max 200)
Required range:
1 <= x <= 200Opaque pagination cursor from a previous response's next_cursor.
Omit to start from the first page.