List invoices
list_invoicesList invoices with cursor pagination and optional filters. Autumn API: POST /v1/invoices.list. Returns { list, next_cursor }.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Page size, 1-5000. Default 50. | |
| status | No | Filter by invoice status: draft, open, paid, void, uncollectible. | |
| entity_id | No | Filter to a single entity by id (must be paired with customer_id). | |
| customer_id | No | Filter to a single customer by id. | |
| start_cursor | No | Pagination cursor from a prior response's `next_cursor` (omit / empty for first page). | |
| processor_types | No | Filter by processor: stripe, revenuecat. |