Wave: Get Invoice
wave_get_invoiceFetch a full invoice record with line items, taxes, discounts, and payments. Use invoice ID to get details for accounting or review.
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: 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. | |
| response_format | No | Output format: "markdown" for a compact human-readable summary, "json" for the complete record. | markdown |