list_invoices
List and filter invoices by status, date range, and pagination to efficiently manage accounting records.
Instructions
List and filter invoices. Supports filtering by status, date range, and pagination.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number | |
| limit | No | Results per page (max 500) | |
| filter | No | Filter: cancelled, fullypaid, unpaid, unpaidoverdue, unbooked | |
| todate | No | End date (YYYY-MM-DD) | |
| fromdate | No | Start date (YYYY-MM-DD) |