Batch Get Sandboxes
Sandbox
Batch Get Sandboxes
Get a batch of sandboxes given their ids, returning null for any missing.
GET
Batch Get Sandboxes
Authorizations
Query Parameters
Response
(SandboxInfo · object | null)[]
Successful Response
Information about a sandbox.
Available options:
STARTING, RUNNING, PAUSED, ERROR, MISSING Key to access sandbox, to be added as an X-Session-API-Key header in each request. In cases where the sandbox statues is STARTING or PAUSED, or the current user does not have full access the session_api_key will be None.
URLs exposed by the sandbox (App server, Vscode, etc...)Sandboxes with a status STARTING / PAUSED / ERROR may not return urls.
Last pod/scheduling reason from the runtime (e.g. insufficient kvm, ImagePullBackOff), surfaced when a sandbox is stuck or errored.

