Wave: List Sales Taxes
wave_list_sales_taxesRetrieve a list of sales taxes including current rate and rate history for your Wave business. Filter by archive status, modification date, and pagination.
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 |