List active sandboxes
Returns sandboxes that are still actionable or still worth watching: provisioning, running, updating, checkpointing, plus the terminal failure state failed. Instances in transitional states do not disappear from the list while an operation is in flight. Results are ordered by started_at descending; pagination is applied after filtering.
The state filter takes external states; the server maps them back to internal ones. running also matches instances in short-lived lease states (updating / checkpointing), because those mean “running but briefly busy” rather than a separately actionable state.
Authorizations
API Key or Access Token, always sent as Authorization: Bearer <token>. The gateway recognizes the token type automatically.
Query Parameters
Page number, starting from 1; default 1
x >= 1Items per page; default 20, maximum 100
1 <= x <= 100Filter by data center name, e.g. us-denver-1
Filter by external state. Repeatable; multiple values are OR-ed.
provisioning, running, failed Filter by customer metadata key/value, e.g. metadata[job_id]=job-9182. Repeatable; multiple filters are AND-ed.