List Invoices
list_invoicesRetrieve invoices with pagination and filters by invoice number, currency, or payment status.
Instructions
List invoices with optional pagination and filters (invoice number, currency, payment status).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filter | No | Optional filters | |
| pageSize | No | Results per page (max 50). Default: 50 | |
| pageIndex | No | Page index (0-based). Default: 0 |