Get sales tax classifications
get_sales_tax_classificationsPer-entry sales-tax classifications for a period — the single feed every tax report reads: bucket, direction, capital, per-treatment and per-band splits, signed net/gross/tax. Live books through the flow filter, or a snapshot's frozen window with snapshotid.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max rows to return in this page (default 50). Responses include next_cursor / truncated / total; pass next_cursor back as `cursor` to fetch the next page. Never silently truncated. | |
| cursor | No | Opaque pagination cursor. Omit for the first page; pass the next_cursor from a previous response verbatim to fetch the next page. | |
| periodEnd | No | Period end (YYYY-MM-DD), inclusive. Required for live classifications; defaults to the snapshot's as-of date when snapshotid is given. | |
| snapshotid | No | Evaluate FROZEN: read the period from this snapshot's filed listing with capture-time classification, instead of the live books. | |
| periodStart | No | Period start (YYYY-MM-DD), inclusive. Omit for no lower bound (or the snapshot's window start). |