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

idstring uuid required
tenant_idstring uuid required
agent_idstring uuid nullable required
report_agent_idstring uuid nullable required
chat_agent_idstring uuid nullable required
text_agent_idstring uuid nullable
agent_type'voice_agent' | 'email_agent' | 'report_agent' | 'chat_agent' | 'text_agent' required
tenant_integration_idstring uuid required
enabledboolean required
created_atstring date-time required
updated_atstring date-time required

Changes

No recorded changes to this endpoint across all 1 revision of this API.