Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.tirdad.ai/v1/secrets/api/keys \ --header 'x-api-key: <api-key>'
{ "items": [ { "created_at": "2023-11-07T05:31:56Z", "display_id": "<string>", "expires_at": "2023-11-07T05:31:56Z", "id": "<string>", "last_used_at": "2023-11-07T05:31:56Z", "name": "<string>", "roles": [ "<string>" ], "updated_at": "2023-11-07T05:31:56Z" } ], "pagination": { "limit": 123, "offset": 123, "total": 123 } }
Use when listing API keys (e.g. admin view or rotating keys). Returns a paginated list.
Enter your API key in the format x-api-key <api-key>*
Limit
Offset
Status (published/archived)
OK
Show child attributes