List invoices
Invoices
List invoices
List invoices with optional filtering by customer, subscription, or status.
GET
List invoices
Documentation Index
Fetch the complete documentation index at: https://docs.meteroid.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Filter by customer ID or alias
Example:
"sub_7n42DGM5Tflk9n8mt7Fhc7"
Available options:
DRAFT, FINALIZED, UNCOLLECTIBLE, VOID Sort order. Format: column.direction. Allowed columns: invoice_number, customer_name, amount, invoice_date, status, payment_status. Direction: asc or desc. Default: invoice_date.desc.
Page number (0-indexed)
Required range:
x >= 0Number of items per page
Required range:
1 <= x <= 100