cURL
curl --request GET \ --url https://{APPLICATION_ID}.algolia.net/agent-studio/1/secret-keys/{secret_key_id} \ --header 'X-Algolia-API-Key: <x-algolia-api-key>' \ --header 'X-Algolia-Application-Id: <x-algolia-application-id>'
{ "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "name": "<string>", "value": "<string>", "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z", "lastUsedAt": "2023-11-07T05:31:56Z", "agentIds": [ "3c90c3cc-0d44-4b50-8888-8dd25736052a" ], "isDefault": false }
settings
Successful Response
Was this page helpful?