GET
/
agent_api_keys
/
name
/
{name}
{
  "id": "<string>",
  "agent_id": "<string>",
  "created_at": "2023-11-07T05:31:56Z",
  "name": "<string>",
  "api_key_type": "internal"
}

Path Parameters

name
string
required

Query Parameters

agent_id
string | null
agent_name
string | null
api_key_type
enum<string>
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