---
title: "Get GST tax rate by ID"
method: GET
path: "/public/v2/gst-tax-rates/{gst_tax_rate_id}/"
tags: ["GST Tax Rates"]
---

# Get GST tax rate by ID

`GET /public/v2/gst-tax-rates/{gst_tax_rate_id}/`

Retrieve a specific GST tax rate by its ID.

Returns the full GST tax rate details including country, treatment type, rate percentage,
validity dates, and component breakdown.

## Path parameters

- `gst_tax_rate_id` integer, required

## Response `200`

OK

- PublicGstTaxRateSchemaOut — Output schema for GST tax rate.
  - `id` integer, required
  - `country_code` string, required
  - `name` string, required
  - `rate` string, required
  - `tax_treatment` 'STANDARD' | 'ZERO_RATED' | 'EXEMPT' | 'IMPORT_GST' | 'REVERSE_CHARGE' | 'SELF_ASSESSED' | 'OUT_OF_SCOPE', required
  - `supply_category` 'INTRA_STATE' | 'INTER_STATE' — India GST: intra-state (CGST+SGST) vs inter-state (IGST).
  - `region` string, nullable
  - `valid_from` string, date, required
  - `valid_to` string, date, nullable, required
  - `is_active` boolean, required
  - `is_system` boolean, required
  - `description` string, nullable, required
  - `components` PublicGstTaxRateComponentSchemaOut[], required
    - `id` integer, required
    - `component_type` 'CGST' | 'SGST' | 'IGST' | 'CESS' | 'GST' | 'PST' | 'HST' | 'QST', required
    - `rate` string, required
    - `region` string, nullable, required
    - `position` integer, required

## Other responses

- `404` — Not Found

---

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