Agents
Get Agent
Retrieve details of a specific agent
GET
Request
Retrieve detailed information about a specific AI voice agent.Headers
Bearer token for authentication. Format:
Bearer YOUR_API_KEYPath Parameters
The unique identifier of the agent (e.g.,
agent_abc123)Query Parameters
Comma-separated list of additional data:
stats, recent_callsResponse
Unique identifier for the agent
The agent’s display name
The agent’s instruction prompt
The voice ID used by the agent
The agent’s greeting message
Primary language code
The LLM powering the agent
Agent status:
active or inactiveUsage statistics (when
include=stats)ISO 8601 creation timestamp
ISO 8601 last update timestamp
Error Codes
| Code | Description |
|---|---|
agent_not_found | The specified agent_id does not exist |
unauthorized | You don’t have access to this agent |