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.getgranite.ai/api/organizations/{organization_id}/automations/api-keys
{ "keys": [ { "key_id": "<string>", "is_active": true, "created_at": "<string>", "name": "<string>", "last_used_at": "<string>" } ] }
Get all API keys for the organization
Successful Response
Response containing list of API keys
List of API keys
Show child attributes