List invoices
Invoices
List invoices
List invoices with pagination and optional status, customer, and due-date filters.
GET
List invoices
Authorizations
API key authentication via Bearer token
Query Parameters
Maximum number of items to return (1-100)
Required range:
1 <= x <= 100Example:
10
Number of items to skip
Required range:
x >= 0Example:
0
Sort order by creation date
Available options:
asc, desc Example:
"desc"
Filter by invoice status
Available options:
draft, open, paid, void, uncollectible Example:
"open"
Filter by customer UUID
Example:
"123e4567-e89b-12d3-a456-426614174000"
Include invoices due at or after this timestamp. When dueBefore is also supplied, dueAfter must be strictly earlier than dueBefore.
Example:
"2026-08-01T00:00:00.000Z"
Include invoices due at or before this timestamp. When dueAfter is also supplied, dueAfter must be strictly earlier than dueBefore.
Example:
"2026-09-01T00:00:00.000Z"
Last modified on August 30, 2026