v52

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-0189112274.5 KB
Agent APIKeys

List API keys for an agent ID

List API keys for an agent ID.

get/agent_api_keys

Query parameters

agent_idstring nullable
agent_namestring nullable
limitinteger
page_numberinteger

Response

Successful Response

idstring required

The unique identifier of the agent API key.

agent_idstring required

The UUID of the agent

created_atstring date-time required

When the agent API key was created

namestring nullable required

The optional name of the agent API key.

api_key_type'internal' | 'external' | 'github' | 'slack' required