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