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:50

Max items returned (1-100).

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

Number of items to skip (pagination). Capped at 10000.

Required range: 0 <= x <= 10000
origin
string | null

Filter by origin. Comma-separated list also accepted = match any (IN).

type
string | null

Filter by document type. Comma-separated list also accepted = match any (IN).

accounting_status
string | null

Filter by accounting status. Comma-separated list also accepted = match any (IN).

payment_status
string | null

Filter by payment status. Comma-separated list also accepted = match any (IN).

issue_date_from
string<date> | null

Keep documents whose issue_date is on or after this date (YYYY-MM-DD).

issue_date_to
string<date> | null

Keep documents whose issue_date is on or before this date (YYYY-MM-DD).

Response

Successful Response

items
DocumentOut · object[]
required
total
integer
required
limit
integer
required
offset
integer
required