Wave: Get Estimate
wave_get_estimateRetrieve the complete record for a single Wave estimate, including line items, deposits, attachments, and acceptance history. Use it to review or audit estimate details in full.
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: the base64 id from wave_list_businesses (a bare business UUID is also accepted). Defaults to the business set by wave_set_default_business. When calls may be minutes apart, pass it on every call. | |
| 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. |