Returns a paginated list of accounts receivable invoices for one organization. When organization_uid is omitted, the API uses the authenticated user’s default organization.
organization_uid is omitted, the API uses your default organization.party_name supports multiple names with |, for example Acme|Globex.party_uids, status, and collection_method accept comma-separated values.overdue_days accepts an exact value (15), a range (1-30), or comparison syntax (>90, <0).total uses integer cents and accepts the same range/comparison syntax.include_inactive=true includes invoices tied to archived documents or inactive blueprints.+ for ascending or - for descending. Default sort is newest issue_date first.
Supported sort fields:
due_dateissue_datepaid_datetotalstatuscollection_methodinvoice_numberparty_nameoverdue_daysBearer authentication header of the form Bearer <token>, where <token> is your auth token.
Organization to scope the query to. Defaults to the user's default organization.
Search across invoice number and party name.
Filter by party name. Use | to provide multiple names.
Comma-separated party UIDs. Takes precedence over party_name.
Comma-separated invoice statuses.
Comma-separated collection methods: charge_automatically, send_invoice.
Inclusive lower bound for issue_date.
Inclusive upper bound for issue_date.
Inclusive lower bound for due_date.
Inclusive upper bound for due_date.
Inclusive lower bound for paid_date.
Inclusive upper bound for paid_date.
Filter by overdue days using 1-30, >90, <0, or an exact number.
Filter by total amount in cents using range/exact operators.
Include invoices tied to archived documents or inactive blueprints.
Sort fields: due_date, issue_date, paid_date, total, status, collection_method, invoice_number, party_name, overdue_days. Prefix with + or -. Default is newest issue_date first.
x >= 11 <= x <= 100