---
title: "Knowledge document list"
method: GET
path: "/datasets/{dataset_id}/documents"
---

# Knowledge document list

`GET /datasets/{dataset_id}/documents`

This API fetches a list of all documents within a specified knowledge base, providing details such as document names, IDs, upload dates, and statuses for easy management and reference.

## Path parameters

- `dataset_id` string, required

## Query parameters

- `keyword` string
- `page` string
- `limit` string

## Response `200`

200

- object
  - `data` unknown[]
    - unknown
  - `has_more` boolean
  - `limit` integer
  - `total` integer
  - `page` integer

## Other responses

- `404` — 404

---

[API](https://skmtc.dev/cequens/apis/authentication.md) · [All operations](https://skmtc.dev/cequens/apis/authentication/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/cequens/authentication/revisions/deadb0661f19/schema)
