Skip to main content
GET
List API keys for an agent ID

Query Parameters

agent_id
string | null
agent_name
string | null
limit
integer
default:50
page_number
integer
default:1

Response

Successful Response

agent_id
string
required

The UUID of the agent

api_key_type
enum<string>
required

The type of the agent API key (either internal or external)

Available options:
internal,
external,
github,
slack
created_at
string<date-time>
required

When the agent API key was created

id
string
required

The unique identifier of the agent API key.

name
string | null
required

The optional name of the agent API key.