Wave: List Sales Taxes
wave_list_sales_taxesList sales taxes with their current rates and rate history to track tax changes and ensure accurate accounting.
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. Defaults to the session business set by wave_set_default_business. | |
| 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 |