Skip to main content
GET
List all documents

Authorizations

Authorization
string
header
required

OAuth 2.0 access token for a connected application. Limited to the scopes granted at consent.

Headers

authorization
string
required

Bearer token for API authentication

Query Parameters

Response

Paginated list of documents

Paginated list of documents

documents
object[]
required

Array of documents

total
number
required

Total number of documents matching the filters

totalPages
number
required

Total number of pages available (page-based pagination)

hasNextPage
boolean
required

Whether more documents exist after this page

nextCursor
string | null
required

Cursor for the next page, or null on the last page. Pass it as cursor on the next request.