Path Parameters
Unique identifier of the knowledge base (UUID format)
Query Parameters
Page number (starting from 1)
Items per page (maximum 50)
Response
Array of document objects
Total number of documents in the knowledge base
Current page number
Number of items per page
Total number of pages available
Example Request
Example Response
Notes
- Documents are returned in the order they were added to the knowledge base
- The
document_urlfield contains the full URL to access the document file - Use this endpoint to audit what documents are in a knowledge base
- Combine with [Get Document](/API reference/v1/knowledge/get-document) to retrieve full document details
See Also
- [Add Documents](/API reference/v1/knowledge/add-documents) - Add new documents to a knowledge base
- [Get Document](/API reference/v1/knowledge/get-document) - Get detailed information about a specific document
- [Delete Document](/API reference/v1/knowledge/delete-document) - Remove a document from a knowledge base
- [Search Knowledge Base](/API reference/v1/knowledge/search-knowledge-base) - Search for content within documents
Authorizations
API Key for authentication
Path Parameters
Query Parameters
Page number (starting from 1)
Required range:
x >= 1Items per page (max 50)
Required range:
1 <= x <= 50
