# Get sandbox details

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

Fetch one sandbox with runtime and access URL enrichment.

GET /public/sandboxes/:sandboxId
Permission: MACHINE_READ.
Use the detail response to decide whether a runtime-dependent operation is ready.
Response: The sandbox record with current status and available runtime metadata.

Example:

```
curl -X GET https://api.zei.sh/api/v1/public/sandboxes/:sandboxId \
  -H "X-API-Key: $ZEISH_API_KEY"
```
