Skip to content

AI Agents

List AI agents

Request

Lists all AI agents in an organization. AI agents include Dixa's native Mim agents and external chatbot integrations.

Security
ApiKeyAuth
GET
/v1/ai-agents
curl -i -X GET \
  https://dev.dixa.io/v1/ai-agents \
  -H 'Authorization: YOUR_API_KEY_HERE'

Responses

The list of AI agents

Bodyapplication/json
dataArray of any(AiAgent)
Response
{ "data": [ {}, {}, {}, {}, {}, {} ] }