list_tax_rates
Retrieve configured tax rate records with optional filtering and pagination. Use OData filter to narrow results by status or active flag.
Instructions
List configured tax rate records, optionally filtered. Maps to GET /taxrate.json. [tier: readonly-owner]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cursor | No | Pagination cursor from a previous call's nextCursor. Omit for the first page (defaults to "-1"). Each page returns up to 1000 records. | |
| filter | No | OData-style filter, e.g. "status eq 'Work Order'" or "active eq 1 and company_uuid eq '...'". Operators: eq, ne, gt, lt. Up to 10 conditions joined with 'and'. |