---
title: "List all taxrates"
method: GET
path: "/accounting/{connection_id}/taxrate"
tags: ["accounting", "taxrate"]
---

# List all taxrates

`GET /accounting/{connection_id}/taxrate`

## Path parameters

- `connection_id` string, required

## Query parameters

- `limit` number
- `offset` number
- `updated_gte` string
- `sort` string
- `order` string
- `query` string
- `org_id` string
- `fields` string[]
- `raw` string

## Response `200`

Successful

- AccountingTaxrate[]
  - `id` string
  - `created_at` string, date-time
  - `updated_at` string, date-time
  - `name` string
  - `description` string
  - `rate` number
  - `is_active` boolean
  - `organization_id` string
  - `metadata` AccountingMetadata[]
    - `id` string
    - `slug` string
    - `value` union
      - object
      - string
      - number
      - boolean
      - union[]
        - union
          - object
          - string
          - number
          - boolean
    - `namespace` string
    - `format` 'TEXT' | 'NUMBER' | 'DATE' | 'BOOLEAN' | 'FILE' | 'TEXTAREA' | 'SINGLE_SELECT' | 'MULTIPLE_SELECT' | 'MEASUREMENT' | 'PRICE' | 'YES_NO' | 'CURRENCY' | 'URL'
    - `extra_data` union
      - object
      - string
      - number
      - boolean
      - union[]
        - union
          - object
          - string
          - number
          - boolean
  - `effective_rate` number
  - `total_rate` number
  - `components` AccountingTaxrateComponent[] — Component parts of a compound or multi-component tax
    - `name` string
    - `rate` number
    - `is_compound` boolean
  - `type` 'SALES' | 'PURCHASE' | 'BOTH' | 'OTHER'
  - `is_compound` boolean
  - `country` string
  - `region` string
  - `raw` object

## Changes

- **2026-09-21** `669f9277e173` — 14 info
  - added the enum value `components` to the property `items/` of the `query` request parameter `fields`
  - added the enum value `country` to the property `items/` of the `query` request parameter `fields`
  - added the enum value `effective_rate` to the property `items/` of the `query` request parameter `fields`
  - added the enum value `is_compound` to the property `items/` of the `query` request parameter `fields`
  - …10 more
- **2026-08-12** `1c744a7590b4` — 2 info
  - added the enum value `metadata` to the property `items/` of the `query` request parameter `fields`
  - added the optional property `items/metadata` to the response with the `200` status

[Change history](https://skmtc.dev/unified/apis/unified-to-api/changes/accounting/:connection_id/taxrate/get.md)

---

[API](https://skmtc.dev/unified/apis/unified-to-api.md) · [All operations](https://skmtc.dev/unified/apis/unified-to-api/llms.txt) · [OpenAPI document](https://skmtc.dev/unified/apis/unified-to-api/revisions/e0a7ff925921?raw)
