List invoices
lago_list_invoicesList invoices, optionally filtered by customer, status, payment status, or issuing date. Lago API: GET /invoices.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number for pagination. | |
| status | No | Filter by a single status: draft | finalized | failed | pending | voided. | |
| per_page | No | Number of records per page. | |
| payment_status | No | Filter by a single payment status: pending | failed | succeeded. | |
| issuing_date_to | No | Filter invoices issued on/before this date (yyyy-mm-dd). | |
| issuing_date_from | No | Filter invoices issued on/after this date (yyyy-mm-dd). | |
| external_customer_id | No | Filter by customer external id. |