# List templates

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

List templates visible to the authenticated organization.

GET /public/templates?limit=20&cursor=...
Permission: MACHINE_READ.
Use this to discover template IDs and their default runtime resources before creating a sandbox.
Response: A paginated data array and nextCursor. The default limit is 20 and the maximum is 100.

Example:

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