---
title: "Get tax rates"
method: GET
path: "/api/v2/tax_rates"
tags: ["TaxRates"]
---

# Get tax rates

`GET /api/v2/tax_rates`

List all tax rates.

## Query parameters

- `sort` string[]
- `filter` union — Filter schema for `tax_rate` list endpoints — pass a single condition or a logical group.
  - FilterTaxRate — Filter parameters for tax rates.
    - `secondary_component_value` union — Filter by the value of the secondary tax component.
      - object — Filter using explicit operator syntax.
        - `not_contain` SecondaryComponentValue — unresolved $ref
        - `contains` SecondaryComponentValue — unresolved $ref
        - `eq` SecondaryComponentValue — unresolved $ref
        - `not_eq` SecondaryComponentValue — unresolved $ref
      - SecondaryComponentValue — unresolved $ref
    - `id` union — Filter by ID.
      - Id — unresolved $ref
      - object — Filter using explicit operator syntax.
        - `eq` Id — unresolved $ref
        - `contains` Id — unresolved $ref
        - `not_contain` Id — unresolved $ref
        - `not_eq` Id — unresolved $ref
    - `name` union — Filter by tax rate name (text search).
      - Name — unresolved $ref
      - object — Filter using explicit operator syntax.
        - `not_contain` Name — unresolved $ref
        - `eq` Name — unresolved $ref
        - `contains` Name — unresolved $ref
        - `not_eq` Name — unresolved $ref
    - `status` union — Filter by status (active or archived).
      - Status — unresolved $ref
      - object — Filter using explicit operator syntax.
        - `contains` Status — unresolved $ref
        - `not_eq` Status — unresolved $ref
        - `not_contain` Status — unresolved $ref
        - `eq` Status — unresolved $ref
    - `primary_component_name` union — Filter by the name of the primary tax component.
      - PrimaryComponentName — unresolved $ref
      - object — Filter using explicit operator syntax.
        - `contains` PrimaryComponentName — unresolved $ref
        - `eq` PrimaryComponentName — unresolved $ref
        - `not_eq` PrimaryComponentName — unresolved $ref
        - `not_contain` PrimaryComponentName — unresolved $ref
    - `secondary_component_name` union — Filter by the name of the secondary tax component.
      - object — Filter using explicit operator syntax.
        - `eq` SecondaryComponentName — unresolved $ref
        - `not_eq` SecondaryComponentName — unresolved $ref
        - `contains` SecondaryComponentName — unresolved $ref
        - `not_contain` SecondaryComponentName — unresolved $ref
      - SecondaryComponentName — unresolved $ref
    - `primary_component_value` union — Filter by the value of the primary tax component.
      - object — Filter using explicit operator syntax.
        - `eq` PrimaryComponentValue — unresolved $ref
        - `not_contain` PrimaryComponentValue — unresolved $ref
        - `not_eq` PrimaryComponentValue — unresolved $ref
        - `contains` PrimaryComponentValue — unresolved $ref
      - PrimaryComponentValue — unresolved $ref
  - object — A logical filter group — combine multiple conditions with the `$op` operator.
    - `$op` 'or' | 'and', required — Logical operator combining conditions in this group. `or` matches records satisfying any condition; `and` requires all conditions to match.

## Headers

- `X-Organization-Id` string, required

## Response `200`

Collection tax rate

## Other responses

- `403` — Forbidden

---

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