# List sandboxes

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

List compact sandbox records in the organization.

GET /public/sandboxes?limit=20&cursor=...
Permission: MACHINE_READ.
Use this for dashboards and polling. Fetch a detail record when you need enriched access information.
Response: A paginated data array and nextCursor.

Example:

```
curl -X GET https://api.zei.sh/api/v1/public/sandboxes?limit=20&cursor=... \
  -H "X-API-Key: $ZEISH_API_KEY"
```
