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
- 200
- 400
- 401
- 403
- 404
- 422
- 429
Successful Response
Error
Error
Error
Error
Validation Error
Error