---
title: "Retrieve all tax rates."
method: GET
path: "/api/v2/organizations/{orgSlug}/tax-rates"
tags: ["Tax Rates"]
---

# Retrieve all tax rates.

`GET /api/v2/organizations/{orgSlug}/tax-rates`

Retrieve all tax rates. 

 Required scopes: `flex.billing.taxRates.read`

## Path parameters

- `orgSlug` string, required

## Query parameters

- `$select` string
- `$cursorNext` string
- `$cursorPrev` string
- `$limit` number

## Response `200`

- object
  - `rangeStart` number
  - `rangeEnd` number
  - `cursorNext` string
  - `cursorPrev` string
  - `results` TaxRateResultDto[]
    - `_id` string — The _id of the tax rate.
    - `name` string — The name of the tax rate in hand.
    - `code` string — A unique code to identify the tax rate.
    - `type` string — The type of the tax rate.
    - `rate` number — The rate of the tax rate. It will be automatically calculated based on the percentage rate of the components.
    - `components` TaxRateComponentDto[] — A list of tax rate components. Each tax rate component needs to have a name and rate of its own.
      - `_id` string — The _id of the tax rate component.
      - `name` string — The name of the tax rate component.
      - `rate` number — The rate of the tax rate component.

---

[API](https://skmtc.dev/officernd/apis/authentication-api.md) · [All operations](https://skmtc.dev/officernd/apis/authentication-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/officernd/authentication-api/revisions/6bcd33dc648e/schema)
