List documents in a knowledge base
Knowledge Base
List documents in a knowledge base
GET
List documents in a knowledge base
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Knowledge base ID
Query Parameters
Page number (1-based)
Required range:
x >= 1Example:
1
Number of items per page
Required range:
1 <= x <= 100Example:
20
Search term to filter results
Maximum string length:
100Example:
"john"
Field to sort by
Example:
"createdAt"
Sort order
Available options:
asc, desc Example:
"desc"
Filter by document group
Example:
"product-docs"
Filter by document status
Available options:
uploading, processing, ready, failed Response
200
Paginated list of documents