---
title: "List knowledge files"
method: GET
path: "/agent_config/files"
tags: ["Business Agent - Knowledge - Files"]
---

# List knowledge files

`GET /agent_config/files`

Retrieve a list of all files in the AI agent knowledge base for the specified entity.

## Headers

- `X-API-Version` '2.0.0'

## Response `200`

A list of all knowledge base files

- KnowledgeFilesBizAIOmniChannelKnowledgeFileResponse[]
  - `file_name` string, required
  - `id` string, required

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `404` — Not found
- `429` — Too many requests
- `500` — Server error

---

[API](https://skmtc.dev/360dialog/apis/messaging-api.md) · [All operations](https://skmtc.dev/360dialog/apis/messaging-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/360dialog/messaging-api/revisions/74b31f9f8610/schema)
