List tax calculations
Returns a paginated list of stored calculations, newest first, for reconciling what was quoted against what was issued. Each entry carries the total tax, whether the calculation was issued from and into which invoice, and whether it can still be issued from. Supports filtering by customer reference, currency, issued and expired state, and a tax date range. Per-line tax is on the get endpoint, not here.
Authorizations
API key authentication. Pass your API key as a Bearer token.
Headers
2026-04-01 Query Parameters
Filter by whether an invoice has been issued from the calculation
Filter by currency. Pass a comma-separated list to match any.
"USD"
Filter by your own buyer id. Pass a comma-separated list to match any.
"cust_ext_42"
Filter by whether the calculation can still be issued from
Number of items to return per page
20
Number of items to skip
0
Sort field and direction in format field:order. Sortable fields: created_at, tax_date, expires_at, total_tax, currency.
"created_at:desc"
Tax date lower bound (inclusive)
"2026-01-01T00:00:00Z"
Tax date upper bound (inclusive)
"2026-12-31T00:00:00Z"