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

status
string | null

Filter by document status

limit
integer
default:10

Number of documents to return

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

Number of documents to skip

Required range: x >= 0

Response

Returns a lean list of all documents uploaded by the authenticated user, and available document categories with counts

documents
DocumentSummary · object[]
required

List of all documents uploaded by the user

categories
DocumentCategory · object[]
required

List of all document categories with document counts for filtering and organization