List Call Agents
Retrieve a list of all call agents with all their details.
Headers
API key used for authenticating requests to the API.
Workspace identifier for the API.
Response Fields
Contains the text-to-speech model details.
The language of the voice model (e.g., en
).
The TTS provider name (e.g., openai
, cartesia
).
The unique identifier for the voice model.
The name of the voice model.
Unique identifier for the agent.
Unique identifier for the workspace associated with the agent.
Unique identifier for the user associated with the agent.
Name of the agent.
The LLM (language model) used by the agent (e.g., gpt-4o-mini
).
Type of agent (e.g., voice
).
The settings for the agent, including speed
, volume
, and temperature
.
Speed value for TTS narration (0 to 1).
Volume level for TTS (0 to 1).
Temperature for LLM creativity (0 to 1).
The current status of the agent (e.g., ready
).
A list of active sessions associated with the agent.
The timestamp when the agent was created.
The timestamp when the agent was last updated.