Get Sandbox Status
Sandbox API
Get Sandbox Status
Lightweight check of whether a sandbox is currently running.
GET
Get Sandbox Status
Returns a single boolean
is_running field. Use this endpoint for lightweight
polling when you only need to know if the sandbox is alive, without fetching the
full sandbox object.
is_running is true only when the sandbox state is running. It is false
for creating, paused, and killed states.
Path Parameters
The sandbox identifier. Format:
sbx-<8 chars>.Response
true if the sandbox is in the running state, false otherwise.Example
Response (running)
Response (paused or killed)
Error Responses
| Status | Cause |
|---|---|
401 | Missing or invalid API key |
404 | Sandbox not found |