---
title: "Get a tax rate"
method: GET
path: "/taxes/rates/{id}"
tags: ["Tax Rates"]
---

# Get a tax rate

`GET /taxes/rates/{id}`

Use when you need to load a single tax rate (e.g. for display or when creating an association).

## Path parameters

- `id` string, required

## Response `200`

OK

- TaxRateResponse
  - `code` string
  - `created_at` string, date-time
  - `created_by` string
  - `description` string
  - `environment_id` 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'
  - `tenant_id` string
  - `updated_at` string, date-time
  - `updated_by` string

## Other responses

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

## Changes

- **2026-09-01** `e1d4e27b5677` — 1 warning, 1 info
  - removed the optional property `fixed_value` from the response with the `200` status
  - removed the `fixed` enum value from the `tax_rate_type` response property for the response status `200`
- **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 `scope` response's property type/format changed from ``/`` to `string`/`` for status `200`
  - the `status` response's property type/format changed from ``/`` to `string`/`` for status `200`
  - the `tax_rate_status` response's property type/format changed from ``/`` to `string`/`` for status `200`
  - the `tax_rate_type` response's property type/format changed from ``/`` to `string`/`` for status `200`
  - …10 more
- **2026-07-09** `4b1a811c4179` — 6 breaking, 10 info
  - the `created_at` response's property type/format changed from `string`/`date-time` to `string`/`` for status `200`
  - the `scope` response's property type/format changed from `string`/`` to ``/`` for status `200`
  - the `status` response's property type/format changed from `string`/`` to ``/`` for status `200`
  - the `tax_rate_status` response's property type/format changed from `string`/`` to ``/`` for status `200`
  - …12 more
- …earlier changes not shown

[Full history](https://skmtc.dev/flexprice/apis/flexprice-api/changes/taxes/rates/:id/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/fd7112159d0a/schema)
