Skip to main content
GET
Returns a list of all active knowledge base documents uploaded for the authenticated organization, including file formats, original filenames, and upload timestamps.

Authentication

This endpoint requires Bearer token authentication.

Input parameters

string
required
Bearer token for authentication. Format: Bearer <token>.

Response Fields

KnowledgeDocumentResponse[]
Array of knowledge document objects:


Previous
Download document
GET /api/v1/knowledge-base/{document_id}/download
Next