`GET /api/v1/invoices`
GET /api/v1/invoices
GET
Query parameters
integer (int32)
Maximum number of results to return (default: 50).
integer (int32)
Number of results to skip (default: 0).
string
Filter by customer ID (UUID).
string
Filter by order ID (UUID).
string
Filter by invoice status (draft, sent, viewed, paid, overdue, voided).
string
Filter by invoice type (standard,
credit_note, pro_forma, recurring).boolean
Filter overdue invoices only.
string
Invoices created on or after this date (RFC 3339).
string
Invoices created on or before this date (RFC 3339).
Responses
InvoiceListResponse
List of invoices
ErrorBody
Invalid filter parameter