---
title: "Get tax rates"
method: GET
path: "/taxrates"
tags: ["Settings"]
---

# Get tax rates

`GET /taxrates`

Get all available tax rates. The result is paginated. To retrieve all results pass the cursor returned from a call to the next call until all results are returned.

## Query parameters

- `cursor` string, uuid
- `limit` integer

## Response `200`

successful operation

- TaxRatePaginationResponseJson
  - `data` TaxRateJson[]
    - `id` string, uuid
    - `name` string
    - `description` string
    - `taxPercentage` number
    - `taxCode` string
    - `taxInclusive` boolean
    - `status` 'ACTIVE' | 'DISABLED' | 'EXPIRED', required
    - `inUse` boolean
  - `numElements` integer
  - `nextCursor` string, uuid

---

[API](https://skmtc.net/dealhub/apis/quote-api.md) · [All operations](https://skmtc.net/dealhub/apis/quote-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/dealhub/quote-api/revisions/c30f5b9fbfab/schema)
