Skip to main content
GET
List Documents

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

limit
integer
default:20
cursor
string | null
search
string | null

Response

Successful Response

Response model for document listing.

documents
DocumentInfoResponse · object[]
required

List of documents

total_count
integer
required

Total number of documents

next_cursor
string | null

Next cursor to continue pagination. Omitted if there are no more documents to retrieve.

prev_cursor
string | null

Previous cursor to go back in pagination. Omitted if this is the first page.