List documents
GET/api/v1/documents
Returns all documents owned by the authenticated user. Required scope: documents:read. Optional ?chatbotId= filter (restricted keys are scoped to their allowed chatbots automatically). Lists only documents you own, even when chatbotId is supplied; a chatbot's full knowledge base is not enumerated here.
Request
Responses
- 200
- 401
- 403
- 429
List of documents.
Unauthorized — missing or invalid API key
Forbidden — key lacks required scope
Too Many Requests — rate limit exceeded