---
title: "List Chat Agent Knowledge Bases"
method: GET
path: "/api/v1/chat-agents/{chat_agent_id}/knowledge-bases"
tags: ["Chat Agent Knowledge Bases", "Chat Agent Knowledge Bases"]
---

# List Chat Agent Knowledge Bases

`GET /api/v1/chat-agents/{chat_agent_id}/knowledge-bases`

List all knowledge base links for a chat agent.

## Path parameters

- `chat_agent_id` string, uuid, required

## Response `200`

Successful Response

- AgentKnowledgeBaseWithKBName[]
  - `id` string, uuid, required
  - `tenant_id` string, uuid, required
  - `agent_id` string, uuid, nullable
  - `report_agent_id` string, uuid, nullable
  - `chat_agent_id` string, uuid, nullable
  - `text_agent_id` string, uuid, nullable
  - `agent_type` 'voice_agent' | 'email_agent' | 'report_agent' | 'chat_agent' | 'text_agent', required
  - `knowledge_base_id` string, uuid, required
  - `tool_name` string, required
  - `description` string, required
  - `condition` string, nullable, required
  - `result_limit` integer, required
  - `min_relevance_score` number, required
  - `enabled` boolean, required
  - `tool_messages` object, nullable
  - `created_at` string, date-time, required
  - `updated_at` string, date-time, required
  - `knowledge_base_name` string, required

## Other responses

- `422` — Validation Error

---

[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)
