Wave: List Estimates
wave_list_estimatesRetrieve and filter estimates (quotes) by status, customer, or date range to manage quotes efficiently.
Instructions
List estimates (quotes), filtered by status, customer, or date range.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | 1-based page number for offset pagination. | |
| sort | No | A single value such as "ESTIMATE_DATE_DESC" or "TOTAL_DESC". Defaults to ESTIMATE_DATE_DESC. | |
| status | No | DRAFT, SENT, VIEWED, ACCEPTED, APPROVED, CONVERTED, EXPIRED, REJECTED, ACTIVE, PAID, PARTIAL, UNPAID. | |
| currency | No | Currency code, e.g. "USD". | |
| fetch_all | No | Walk every page instead of returning just one. Slower, but complete. | |
| page_size | No | Records per page (1-200). | |
| amount_due | No | Exact outstanding amount match. | |
| business_id | No | Business to operate on. Defaults to the session business set by wave_set_default_business. | |
| customer_id | No | Only estimates for this customer. | |
| modified_after | No | ISO 8601 timestamp; only estimates changed after it. | |
| estimate_number | No | Exact estimate number match. | |
| modified_before | No | ISO 8601 timestamp; only estimates changed before it. | |
| response_format | No | Output format: "markdown" for a compact human-readable summary, "json" for the complete record. | markdown |
| estimate_date_end | No | Latest estimate date, YYYY-MM-DD. | |
| estimate_date_start | No | Earliest estimate date, YYYY-MM-DD. |