# List secret metadata

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

List organization secrets without returning their values.

GET /public/secrets
Permission: ORG_MANAGE.
Use this to discover secret IDs and metadata. Values are excluded from list responses.
Response: Secret metadata only.

Example:

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