Skip to main content
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

string
required
The sandbox identifier. Format: sbx-<8 chars>.

Response

boolean
true if the sandbox is in the running state, false otherwise.

Example

Response (running)
Response (paused or killed)

Error Responses