---
title: "List Chat Agent Groups"
method: GET
path: "/api/v1/chat-ai/agent-groups"
tags: ["chat-ai", "chat_agent_groups"]
---

# List Chat Agent Groups

`GET /api/v1/chat-ai/agent-groups`

List all chat agent groups for the authenticated tenant.

## Response `200`

Successful Response

- ChatAgentGroupRead[]
  - `id` string, uuid, required
  - `name` string, required
  - `entries` ChatAgentGroupEntry[]
    - `label` string, required
    - `description` string, nullable
    - `chat_agent_id` string, uuid, required
    - `dispatch_config` ChatDispatchConfig — Operator-configurable dispatch behavior for a specialist entry. Lives on the TARGET entry — it describes how the head agent should dispatch TO this specialist. Mirrors the text surface's ``DispatchScenarioConfig``.
      - `condition` string, nullable
      - `pre_instruction` string, nullable
      - `post_instruction` string, nullable
  - `enabled` boolean
  - `tenant_id` string, uuid, required

---

[API](https://skmtc.dev/getanana/apis/cleon-api.md) · [All operations](https://skmtc.dev/getanana/apis/cleon-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/getanana/cleon-api/revisions/c0f54348e251/schema)
