---
title: "Get tax rates"
method: GET
path: "/taxes/rates"
tags: ["Tax Rates"]
---

# Get tax rates

`GET /taxes/rates`

Use when listing tax rates (e.g. tax config UI). Returns tax rates with optional filters.

## Query parameters

- `end_time` string
- `expand` string
- `limit` integer
- `offset` integer
- `order` 'asc' | 'desc'
- `scope` 'INTERNAL' | 'EXTERNAL' | 'ONETIME'
- `start_time` string
- `status` 'published' | 'deleted' | 'archived'
- `taxrate_codes` string[]
- `taxrate_ids` string[]

## Response `200`

OK

- ListTaxRatesResponse
  - `items` TaxRateResponse[]
    - `code` string
    - `created_at` string, date-time
    - `created_by` string
    - `description` string
    - `environment_id` string
    - `fixed_value` string
    - `id` string
    - `metadata` object
    - `name` string
    - `percentage_value` string
    - `scope` 'INTERNAL' | 'EXTERNAL' | 'ONETIME'
    - `status` 'published' | 'deleted' | 'archived'
    - `tax_rate_status` 'ACTIVE' | 'INACTIVE'
    - `tax_rate_type` 'percentage' | 'fixed'
    - `tenant_id` string
    - `updated_at` string, date-time
    - `updated_by` string
  - `pagination` TypesPaginationResponse
    - `limit` integer
    - `offset` integer
    - `total` integer

## Other responses

- `400` — Invalid request
- `500` — Server error

## Changes

- **2026-08-14** `29f14678f58f` — 1 breaking, 2 info
  - the response's body type/format changed from `array`/`` to `object`/`` for status `200`
  - added the optional property `items` to the response with the `200` status
  - added the optional property `pagination` to the response with the `200` status
- **2026-07-15** `f8ecf435d25d` — 2 warning
  - added the new `not_implemented` enum value to the `code` response property for the response status `400`
  - added the new `not_implemented` enum value to the `code` response property for the response status `500`
- **2026-07-09** `7d57386313c7` — 4 breaking, 10 warning
  - the `items/scope` response's property type/format changed from ``/`` to `string`/`` for status `200`
  - the `items/status` response's property type/format changed from ``/`` to `string`/`` for status `200`
  - the `items/tax_rate_status` response's property type/format changed from ``/`` to `string`/`` for status `200`
  - the `items/tax_rate_type` response's property type/format changed from ``/`` to `string`/`` for status `200`
  - …10 more
- …earlier changes not shown

[Full history](https://skmtc.dev/flexprice/apis/flexprice-api/changes/taxes/rates/get.md)

---

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