> ## Documentation Index
> Fetch the complete documentation index at: https://docs.plane.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Get a sandbox

> Retrieves the details of an existing sandbox.

### Parameters

<ParamField path="id" type="string" required>
  The ID of the sandbox to retrieve.
</ParamField>

### Returns

Returns the [Sandbox](/reference/sandboxes-object) object for the given ID if it
belongs to the authenticated live workspace.

<ResponseExample>
  ```json Response theme={null}
  {
    "id": "sbx_3vNqM7xRk2pWsT",
    "name": "Airfoil Sandbox",
    "status": "ready",
    "workspace": "wsp_4kW3GnQCo1CQ49",
    "sandbox_workspace": "wsp_test_9nD31mQzRa8kF2",
    "created": "2026-03-28T17:20:00Z",
    "updated": "2026-03-28T17:21:04Z"
  }
  ```
</ResponseExample>
