List all secrets
get
/v1/projects/{ref}/secretsReturns all secrets you've previously added to the specified project.
OAuth scopes
- secrets:read
The fine-grained token must include the following permissions to access this endpoint:
- edge_functions_secrets_read
Path parameters
- refRequiredstring
Project ref
Response codes
- 200
- 401
- 403
- 429
- 500
Response (200)
[ { "name": "lorem", "value": "lorem", "updated_at": "lorem" }]