cURL
curl --request GET \ --url https://api.example.com/v2/sandboxes/boxes/{name}/status
{ "status": "<string>", "status_message": "<string>" }
Lightweight endpoint for polling sandbox provisioning status.
Returns only status and status_message — no template resolution or full claim data. Designed for high-frequency polling by SDKs.
Sandbox name
Successful Response
Lightweight response for polling sandbox status.
Sandbox status: provisioning, ready, or failed
Details about failure when status is 'failed'
Was this page helpful?