Skip to content

Get Sandbox

GET/sandboxes/:id

Retrieve the status and details of a sandbox.

Response

json
{
  "sandboxID": "sbx_01abc...",
  "templateID": "code_interpreter",
  "clientID": "erouter",
  "status": "running",
  "startedAt": "2026-05-24T10:00:00Z",
  "endAt": "2026-05-24T10:05:00Z",
  "metadata": {}
}