Wave: Get Sales Tax
wave_get_sales_taxRetrieve a single sales tax record by its ID, including the complete rate history, to verify current and past tax rates for accounting accuracy.
Instructions
Get one sales tax by ID, including its full rate 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. | |
| sales_tax_id | Yes | The Wave sales tax ID. | |
| response_format | No | Output format: "markdown" for a compact human-readable summary, "json" for the complete record. | markdown |