Wave: Get Estimate
wave_get_estimateRetrieve a complete Wave estimate with line items, deposits, and acceptance history. Use an estimate ID to get full details in markdown or JSON.
Instructions
Get one estimate in full: line items, deposits, and acceptance history.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| business_id | No | Business to operate on. Defaults to the session business set by wave_set_default_business. | |
| estimate_id | Yes | The Wave estimate ID. | |
| include_history | No | Include the acceptance and rejection audit trail. | |
| response_format | No | Output format: "markdown" for a compact human-readable summary, "json" for the complete record. | markdown |
| include_attachments | No | Include attached files. | |
| include_deposit_payments | No | Include deposit payments recorded against it. |