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 live. It is false for the paused and killed states — those three are the only states a sandbox can be in.

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