---
title: "List tax associations"
method: GET
path: "/taxes/associations"
tags: ["Tax Associations"]
---

# List tax associations

`GET /taxes/associations`

Use when listing tax associations (e.g. tax config or audit). Returns list with optional filtering.

## Query parameters

- `entity_type` string
- `entity_id` string
- `external_customer_id` string
- `tax_rate_id` string

## Response `200`

OK

- ListTaxAssociationsResponse
  - `items` TaxAssociationResponse[]
    - `auto_apply` boolean — Whether this tax should be automatically applied
    - `created_at` string, date-time
    - `created_by` string
    - `currency` string — Currency
    - `end_date` string, date-time — EndDate is the optional date until which this association is active
    - `entity_id` string — ID of the entity this tax rate applies to
    - `entity_type` 'customer' | 'subscription' | 'invoice' | 'tenant'
    - `environment_id` string — EnvironmentID is the ID of the environment this tax rate config belongs to
    - `id` string — ID of the ent.
    - `metadata` object — Metadata holds the value of the "metadata" field.
    - `priority` integer — Priority for tax resolution (lower number = higher priority)
    - `start_date` string, date-time — StartDate is the date from which this association is active
    - `status` 'published' | 'deleted' | 'archived'
    - `tax_rate` 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
    - `tax_rate_id` string — Reference to the TaxRate entity
    - `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

## Changes

- **2026-06-10** `2a40f94de722` — 2 info
  - added the optional property `items/items/end_date` to the response with the `200` status
  - added the optional property `items/items/start_date` to the response with the `200` status
- **2026-05-18** `8ec2edea6b20` — 4 warning
  - removed the optional property `details` from the response with the `400` status
  - removed the optional property `details` from the response with the `500` status
  - added the new `too_many_requests` enum value to the `code` response property for the response status `400`
  - added the new `too_many_requests` enum value to the `code` response property for the response status `500`
- **2026-04-06** `95af41a12111` — 4 warning, 8 info
  - removed the optional property `error` from the response with the `400` status
  - removed the optional property `error` from the response with the `500` status
  - removed the optional property `success` from the response with the `400` status
  - removed the optional property `success` from the response with the `500` status
  - …8 more
- **2026-02-27** `97b15ca35ebf` — 1 info
  - added the new optional `query` request parameter `external_customer_id`

[Change history](https://skmtc.dev/flexprice/apis/flexprice-api/changes/taxes/associations/get.md)

---

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