---
title: "List AI agents"
method: GET
path: "/beta/ai-agents"
tags: ["AI Agents"]
---

# List AI agents

`GET /beta/ai-agents`

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

## Response `200`

The list of AI agents

- ListAiAgentsOutput
  - `data` AiAgent[]
    - union
      - Ada
        - `id` string, required — The ID of the AI agent
        - `name` string
        - `systemUserId` string — The ID of the Dixa user associated with the AI agent, used as `authorId` of a message
      - Digitalgenius
        - `id` string, required — The ID of the AI agent
        - `name` string
        - `systemUserId` string — The ID of the Dixa user associated with the AI agent, used as `authorId` of a message
      - Genericapimessaging
        - `id` string, required — The ID of the AI agent
        - `name` string
        - `systemUserId` string — The ID of the Dixa user associated with the AI agent, used as `authorId` of a message
      - Kindly
        - `id` string, required — The ID of the AI agent
        - `name` string
        - `systemUserId` string — The ID of the Dixa user associated with the AI agent, used as `authorId` of a message
      - MimAutomation
        - `id` string, required — The ID of the AI agent
        - `name` string
        - `systemUserId` string — The ID of the Dixa user associated with the AI agent, used as `authorId` of a message
      - MimSupport
        - `id` string, required — The ID of the AI agent
        - `name` string
        - `systemUserId` string — The ID of the Dixa user associated with the AI agent, used as `authorId` of a message

## Other responses

- `400`
- `500` — Internal failure during request processing

---

[API](https://skmtc.net/dixa/apis/dixa-api.md) · [All operations](https://skmtc.net/dixa/apis/dixa-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/dixa/dixa-api/versions/041e058483f0/schema)
