Wave: Get Invoice
wave_get_invoiceRetrieve a complete invoice record with all line items, taxes, discounts, and payments. Ideal for reviewing or verifying invoice details.
Instructions
Get one invoice in full: line items, taxes, discounts, and payments.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| invoice_id | Yes | The Wave invoice ID. | |
| business_id | No | Business to operate on. Defaults to the session business set by wave_set_default_business. | |
| response_format | No | Output format: "markdown" for a compact human-readable summary, "json" for the complete record. | markdown |