GET /api/v1/projects/{project_id}/api-keys
Requires api_keys.read permission. Plaintext key secrets are never returned in this listing — only metadata is returned.
Path parameters
UUID of the project.
Response
Array of API keys for the project.
Errors
| Status | When |
|---|---|
401 | Missing or invalid Bearer token |
403 | Caller lacks api_keys.read permission |