# List sandbox logs

Collection: api
Human docs: https://zei.sh/docs/api

Read bounded captured output from a sandbox.

GET /public/sandboxes/:sandboxId/logs?limit=100&source=app&service=...
Permission: MACHINE_READ.
Filter by source or service when diagnosing boot, memory, or application output.
Response: A bounded log history.

Example:

```
curl -X GET https://api.zei.sh/api/v1/public/sandboxes/:sandboxId/logs?limit=100&source=app&service=... \
  -H "X-API-Key: $ZEISH_API_KEY"
```
