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

---

[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/d567e8585c2e/schema)
