Agent APIKeys

Return the API key by ID

Return API key by ID.

get/agent_api_keys/{id}

Path parameters

idstring required

Response

Successful Response

agent_idstring required

The UUID of the agent

api_key_type'internal' | 'external' | 'github' | 'slack' required
created_atstring date-time required

When the agent API key was created

idstring required

The unique identifier of the agent API key.

namestring nullable required

The optional name of the agent API key.

Changes