list_invoices
Retrieve invoices with filters for client, project, state, and date ranges. Returns paginated results with complete invoice details.
Instructions
Retrieve invoices with optional filtering by client, project, state, and date ranges. Returns paginated results with complete invoice details.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | End date for date range filter (YYYY-MM-DD) | |
| from | No | Start date for date range filter (YYYY-MM-DD) | |
| page | No | Page number for pagination | |
| state | No | Filter by invoice state | |
| per_page | No | Number of invoices per page (max 2000) | |
| client_id | No | Filter by client ID | |
| project_id | No | Filter by project ID | |
| updated_since | No | Filter by invoices updated since this timestamp |