list_invoices
Fetch invoices using filters like client, project, state, or date range. Get paginated results with full 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 |
|---|---|---|---|
| client_id | No | Filter by client ID | |
| project_id | No | Filter by project ID | |
| state | No | Filter by invoice state | |
| from | No | Start date for date range filter (YYYY-MM-DD) | |
| to | No | End date for date range filter (YYYY-MM-DD) | |
| updated_since | No | Filter by invoices updated since this timestamp | |
| page | No | Page number for pagination | |
| per_page | No | Number of invoices per page (max 2000) |