List secrets
This endpoint allows you to list secrets in your organization.
This GET is a paginated API that uses the following parameters to request specific details:
-
size: Supply an integer value between 10 and 1000, inclusive. The default value is 10.
-
page: Supply an integer value. The default value is 0.
-
search: Supply a string value to filter secrets by name (case-insensitive partial match).
Authentication
User authentication required: true
This endpoint accepts authentication via API keys in the Basic authentication header, or a pre-authenticated token in HTTP cookie token. Cookie sessions extend automatically on each request.
Authorization
Users must have global role permission MANAGE_DATASOURCES_AND_AGENTS to execute this call.
Tags
Secrets
Rate limiting
60 requests/60 seconds
Query parameters
Response
Successful response
Changes
No recorded changes to this endpoint across all 1 revision of this API.