---
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
  - `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

## Other responses

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

---

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