> ## Documentation Index
> Fetch the complete documentation index at: https://opensandbox-oc-s-762ac928075c46d2828bcb22.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Get Sandbox

Get sandbox details by ID. Available on both control plane and worker.

<ParamField path="id" type="string" required>
  Sandbox ID
</ParamField>

<ResponseExample>
  ```json 200 theme={null}
  {
    "sandboxID": "sb-abc123",
    "status": "running",
    "region": "use2",
    "workerID": "w-use2-abc123",
    "tags": { "env": "prod", "team": "payments" },
    "tagsLastUpdatedAt": "2026-04-19T14:02:00Z"
  }
  ```
</ResponseExample>

`tags` and `tagsLastUpdatedAt` are always present — empty object and
`null` respectively when no tags are set. Update them with
[`PUT /api/sandboxes/{id}/tags`](/api-reference/sandboxes/set-tags).
