Skip to main content
GET
/
v2
/
sandboxes
/
boxes
/
{name}
/
status
Get Sandbox Status
curl --request GET \
  --url https://api.example.com/v2/sandboxes/boxes/{name}/status
{
  "status": "<string>",
  "status_message": "<string>"
}

Path Parameters

name
string
required

Sandbox name

Response

Successful Response

Lightweight response for polling sandbox status.

status
string
required

Sandbox status: provisioning, ready, or failed

status_message
string | null

Details about failure when status is 'failed'