Skip to main content
GET
Return named API key for the agent ID

Path Parameters

name
string
required

Query Parameters

agent_id
string | null
agent_name
string | null
api_key_type
enum<string>
default:external
Available options:
internal,
external,
github,
slack

Response

Successful Response

id
string
required

The unique identifier of the agent API key.

agent_id
string
required

The UUID of the agent

created_at
string<date-time>
required

When the agent API key was created

name
string | null
required

The optional name of the agent API key.

api_key_type
enum<string>
required

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

Available options:
internal,
external,
github,
slack