Skip to main content
GET
List knowledge base documents

Authorizations

X-API-KEY
string
header
required

Query Parameters

knowledge_base_id
string

Restrict the listing to one knowledge base. Omit to list every document in the workspace (the management 'all documents' view).

limit
integer
default:50

Max rows to return. Defaults to 50 and is capped at 100.

Required range: 0 <= x <= 100
offset
integer
default:0

Number of rows to skip. Defaults to 0.

Required range: x >= 0

Response

Page of Q&A document rows. total is the count for the selected scope (one KB, or the whole workspace when knowledge_base_id is omitted).