cURL
curl --request GET \ --url https://developer.qaip.com/api/v1/secrets \ --header 'x-api-key: <api-key>'
{ "secrets": [ { "id": "<string>", "name": "<string>", "type": "google_drive", "last_update_time": 123, "creation_time": 123, "description": "<string>" } ], "pagination": { "limit": 123, "has_more": true, "total": 123, "next_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a" } }
Lists secrets with cursor-based pagination.
Required roles: All
API key for authentication
Filter by secret type The type of the secret
google_drive
github
notion
Maximum number of results to return
1 <= x <= 100
Fetch records after this ID
Successful retrieval of secrets
Show child attributes