Get Agent By Id
Get an agent by ID.
Path parameters
Response
Successful Response
The agent name
The agent description
The agent label (DEPRECATED - use labels instead.)
The agent labels
The agent type. Must be "ca_v1" currently.
ID of the prompt associated with the agent
Optional pin to a specific version of the prompt (prompt history version number). When omitted or null, the agent tracks the latest/current version of the prompt. When set, the agent runs that specific prompt version. Must reference an existing version of the agent's prompt.
Internal ID of the custom message that should be delivered at the beginning of a conversation with the agent
Internal ID of the language group associated with the agent
Internal ID of the bridge phrases config associated with the agent
The time zone in which the agent operates
BCP 47 codes of languages the agent supports. (DEPRECATED - pass an empty list here and use language group ID to link agent to a language group instead.)
Custom context variables for the conversation session. Keys should be prefixed with "vars.".
Optional headers to include in tool calls for agent. (It is discouraged to use this field for "Authorization" headers, as values here are not encrypted. Instead, set up a service with either basic, bearer, or custom header auth; attach the appropriate tools to that service, and the attached tools will automatically use the auth configured on the service.)
Whether the agent initiates conversation with a user after the custom_message is delivered
Speech-to-text provider for the agent.
Sound to play while waiting for a response from the LLM.
Enables Dynamic Language Switching - when true and a voice group is configured, callers may switch among group languages by speaking at any point in the conversation (in addition to DTMF in response to the language menu).
Internal ID of the agent
Timestamp of most recent update
Email of the user who last updated the agent