> ## 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.

# List Exec Sessions

List all exec sessions for a sandbox.

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

<ResponseExample>
  ```json 200 theme={null}
  [
    {
      "sessionID": "es-abc123",
      "sandboxID": "sb-abc123",
      "command": "node",
      "args": ["server.js"],
      "running": true,
      "exitCode": null,
      "startedAt": "2025-01-15T10:30:00Z",
      "attachedClients": 0
    }
  ]
  ```
</ResponseExample>
