Skip to main content
GET
/
api
/
sandboxes
/
{id}
Get Sandbox
curl --request GET \
  --url https://app.opencomputer.dev/api/sandboxes/{id} \
  --header 'X-API-Key: <api-key>'
{
  "sandboxID": "sb-abc123",
  "status": "running",
  "region": "use2",
  "workerID": "w-use2-abc123"
}
Get sandbox details by ID. Available on both control plane and worker.
id
string
required
Sandbox ID
{
  "sandboxID": "sb-abc123",
  "status": "running",
  "region": "use2",
  "workerID": "w-use2-abc123"
}