agent-integrations
List Agent Integrations
List all enabled integrations for an agent.
Args: agent_id: The agent's UUID. Pass the voice_agent ID when agent_type=voice_agent, or the report_agent ID when agent_type=report_agent. agent_type: The type of agent. Defaults to voice_agent. EMAIL_AGENT is not yet supported and will return 400.
Returns: List of enabled integrations for the specified agent.
get/api/v1/agent-integrations/{agent_id}
Path parameters
agent_idstring uuid required
Query parameters
agent_type'voice_agent' | 'email_agent' | 'report_agent' | 'chat_agent' | 'text_agent'
include_toolsboolean
Response
Successful Response
Changes
No recorded changes to this endpoint across all 1 revision of this API.