Skip to main content
GET
Get an agent

Authorizations

X-Api-Key
string
header
required

Headers

X-Api-Key
string
required

Api key to pass as a X-Api-Key request header.

Path Parameters

agentId
string
required

ID of the agent.

Response

Success

An agent: its name, prompt and connected tools

agentId
string | null

Agent identifier

agentName
string | null

Agent name

prompt
string | null

Prompt of the agent

tools
object[] | null

Tools connected to the agent