v51

latestOpenAPI 3.0.0raw.githubusercontent.com2026-08-035895111.8 KB
sandboxes

List sandboxes (v2)

List all sandboxes

get/v2/sandboxes

Query parameters

metadatastring

Metadata query used to filter the sandboxes (e.g. "user=abc&app=prod"). Each key and values must be URL encoded.

stateSandboxState[]

Filter sandboxes by one or more states

nextTokenstring

Cursor to start the list from

limitinteger

Maximum number of items to return per page

Response

Successfully returned all running sandboxes

templateIDstring required

Identifier of the template from which is the sandbox created

aliasstring

Alias of the template

sandboxIDstring required

Identifier of the sandbox

clientIDstring required

Identifier of the client

startedAtstring date-time required

Time when the sandbox was started

endAtstring date-time required

Time when the sandbox will expire

cpuCountinteger required

CPU cores for the sandbox

memoryMBinteger required

Memory for the sandbox in MiB

diskSizeMBinteger required

Disk size for the sandbox in MiB

{"stackTrail":"components:schemas:SandboxMetadata","oasType":"schema","type":"unknown"}
state'running' | 'paused' required

State of the sandbox

envdVersionstring required

Version of the envd running in the sandbox