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

# GET Get sandbox logs

> Retrieve sandbox event logs

```bash theme={null}
GET /sandboxes/{sandbox_id}/logs
```

Returns the sandbox event log for deployment, seeding, runner attachment, cancellation, and other lifecycle events.

**Response**

```json theme={null}
{
  "sandbox_id": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
  "logs": []
}
```
