# Get a secret

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

Read one secret value and its metadata.

GET /public/secrets/:secretId
Permission: ORG_MANAGE.
This operation is audited and returns no-store response headers.
Response: The secret metadata and resolved value.
Treat the response as sensitive data and do not log it.

Example:

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