Skip to main content
GET

Request

Retrieve detailed information about a specific AI voice agent.

Headers

string
required
Bearer token for authentication. Format: Bearer YOUR_API_KEY

Path Parameters

string
required
The unique identifier of the agent (e.g., agent_abc123)

Query Parameters

string
Comma-separated list of additional data: stats, recent_calls

Response

string
Unique identifier for the agent
string
The agent’s display name
string
The agent’s instruction prompt
string
The voice ID used by the agent
string
The agent’s greeting message
string
Primary language code
string
The LLM powering the agent
string
Agent status: active or inactive
object
Usage statistics (when include=stats)
string
ISO 8601 creation timestamp
string
ISO 8601 last update timestamp

Error Codes