# Get a template

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

Fetch one visible sandbox template by ID.

GET /public/templates/:templateId
Permission: MACHINE_READ.
The response includes the image, CPU, memory, machine kind, and declared ingress settings.

Example:

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