List invoices
harvest_list_invoicesList invoices, optionally filtered by client, project, state, date range, or updated-since. Paginated. Harvest REST: GET /invoices.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | Only invoices issued on/before this date, yyyy-mm-dd. | |
| from | No | Only invoices issued on/after this date, yyyy-mm-dd. | |
| page | No | Page number (1-based) for pagination. | |
| state | No | Filter by invoice state: draft, open, paid or closed. | |
| per_page | No | Results per page (1–2000, Harvest default 2000). | |
| client_id | No | Filter to a single client id. | |
| project_id | No | Filter to a single project id. | |
| updated_since | No | Only invoices updated since this ISO-8601 datetime. |