Skip to main content

List documents in a KB

GET 

/v1/knowledge-bases/:kb_id/documents

List the documents stored in a knowledge base, with their titles, metadata and indexing status.

Pass search to filter by title or content, and page through larger sets with limit (1-100) and offset. Document text is not included here — fetch a single document to get its full content.

Requires the knowledge:read scope.

Request

Responses

Successful Response