v50

OpenAPI 3.0.0raw.githubusercontent.com2026-08-015895110.3 KB
sandboxes

List running sandboxes

List all running sandboxes. Use GET /v2/sandboxes instead.

get/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.

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