Skip to main content
GET
Get an agent

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

The agent ID

Maximum string length: 26

Response

Agent successfully retrieved.

agent_id
string<agent-id>
required

The agent ID

name
string
required

The agent name

Maximum string length: 255
created_at
string<date-time>
required

When the agent was created

updated_at
string<date-time>
required

When the agent was last updated

metadata
object
required

Arbitrary key-value metadata for the agent

external_agent_id
string

External identifier for the agent, if set. Omitted when not set.

Maximum string length: 128