Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Response
Agent details
Full agent details returned by GET /agent/{agent_id}. Contains metadata, current config, prompts and optional knowledgebase linkage.
Agent UUID.
Account UUID owning the agent.
Agent display name.
The full agent configuration object as submitted on create/update.
Logical agent type (e.g., 'other').
Call direction: 'inbound' or 'outbound'.
Configured inbound phone number (E.164) if agent is inbound.
URL to agent image or avatar.
Webhook URL where events will be posted.
Total number of calls handled by this agent.
Aggregate call duration in seconds.
Aggregated cost for calls (currency depending on account).
Agent creation timestamp (ISO 8601).
Timezone of the agent (IANA zone).
Two-letter country code for agent defaults.
Template variables available to prompts and calls.
Whether the agent is flagged as compliance-restricted (affects recording, etc.).
Map of prompt IDs to prompt objects.
Optional knowledgebase linkage for retrieval-enabled agents.

