List all knowledge base documents for your organization.
Number of documents to return per page (1-100).
Pagination cursor for the next page of results.
Filter documents by name.
sort_by
string
default:"created_at"
Field to sort by (created_at, updated_at, name).
Sort direction (asc or desc).
Response
List of document objects.
Cursor for the next page (null if no more pages).
Total number of documents.
{
"documents": [
{
"documentation_id": "doc_123",
"name": "Product Manual",
"type": "file",
"created_at": "2024-01-01T00:00:00Z"
}
],
"cursor": "eyJ...",
"has_more": true,
"total": 50
}