Wave: List Sales Taxes
wave_list_sales_taxesList sales taxes for a Wave business, showing current rate and rate history. Filter by page, archived status, or modified timestamps to retrieve the tax records you need.
Instructions
List sales taxes, with their current rate and rate history.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | 1-based page number for offset pagination. | |
| fetch_all | No | Walk every page instead of returning just one. Slower, but complete. | |
| page_size | No | Records per page (1-200). | |
| 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. | |
| is_archived | No | Filter to archived (true) or active (false) taxes. | |
| modified_after | No | ISO 8601 timestamp; only taxes changed after it. | |
| modified_before | No | ISO 8601 timestamp; only taxes changed before it. | |
| response_format | No | Output format: "markdown" for a compact human-readable summary, "json" for the complete record. | markdown |