List Invoices
invoice_listList and filter invoices by status, client, amount range, date range, or overdue status. Retrieve paginated results to track payments and manage billing records.
Instructions
List and filter invoices by status, client, amount range, date range, or overdue status. Supports pagination.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status | No | ||
| client_id | No | ||
| min_amount | No | ||
| max_amount | No | ||
| from_date | No | ||
| to_date | No | ||
| overdue_only | No | ||
| limit | No | ||
| offset | No |