List Invoices
Returns the company’s invoices — global and entity-scoped lists in one
endpoint. All filters AND together; status is an OR within its column;
date bounds are inclusive; unlinked=true matches invoices with no event
AND no policy link (false applies no filter). Deleted invoices are
hidden (the detail read returns
them).
Cursor-paginated: pass the previous page’s nextCursor back as cursor
until it is null. Rows are ordered by last update, newest first. Every
row carries headJournalId, so list-driven writes have their If-Match
watermark.
Required permission: company.payment:read
Authorizations
API key authentication. Send your raw API key as the Authorization header value with NO scheme prefix — Authorization: YOUR-API-KEY. Do NOT prefix it with Bearer or ApiKey, and do not use an X-API-Key header; those are not accepted.
Path Parameters
Company identifier
Query Parameters
Comma-separated invoice statuses (OR within the column) — any of no_charges, owed, partially_paid, paid, voided. deleted is rejected (400): deleted invoices are hidden from lists
Only invoices in this transaction category
Only invoices linked to this event
Only invoices linked to this policy
Only invoices with this payee
Only the invoice with this exact invoice number
1Only invoices incurred on or after this date (YYYY-MM-DD)
Only invoices incurred on or before this date (YYYY-MM-DD)
Only invoices due on or after this date (YYYY-MM-DD)
Only invoices due on or before this date (YYYY-MM-DD)
true matches invoices with no event and no policy link; false applies no filter
Page size (default 50, maximum 200)
1 <= x <= 200The previous page's nextCursor, echoed verbatim. Opaque — its internals may change shape at any time
