Lightweight check of whether a sandbox is currently running.
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.
sbx-<8 chars>.true if the sandbox is in the running state, false otherwise.| Status | Cause |
|---|---|
401 | Missing or invalid API key |
404 | Sandbox not found |