---
title: "List"
method: GET
path: "/billing_new/tax_configurations/list/v1"
tags: ["/billing_new", "/billing_new/tax_configurations"]
---

# List

`GET /billing_new/tax_configurations/list/v1`

Lists owner-scoped tax configurations with counterparty, account, archive, date, sorting, and pagination filters. | authz: allowed_org_types=[provider], min_org_role=operator | () -> (TaxConfigurationListRes)

## Query parameters

- `sort_by` 'name' | 'created_at_timestamp'
- `sort_order` 'asc' | 'desc' — Sort order for query results
- `page` integer
- `page_size` integer
- `filter_counterparty_org_id` string, nullable — Must be a string starting with `org_`
- `filter_counterparty_off_chrt_org_data_id` string, nullable
- `filter_counterparty_driver_id` string, nullable
- `filter_shipper_account_id` string, nullable
- `filter_archived` boolean, nullable
- `filter_created_at_timestamp_gte` string, date-time, nullable
- `filter_created_at_timestamp_lte` string, date-time, nullable

## Response `200`

Successful Response

- TaxConfigurationListRes
  - `items` TaxConfiguration1[]
    - `schema_version` 1, required
    - `name` string, required
    - `counterparty_org_id` string, nullable — Must be a string starting with `org_`
    - `counterparty_off_chrt_org_data_id` string, nullable
    - `counterparty_driver_id` string, nullable
    - `shipper_account_id` string, nullable
    - `tax_rules` TaxRule1[]
      - `name` string, required
      - `percentage` number, required
      - `export_ref__sage__item_id` string, nullable
    - `owned_by_org_id` string, required — Must be a string starting with `org_`
    - `archived` boolean
    - `created_by_user_id` string, required — Must be a string starting with `user_`
    - `created_at_timestamp` string, date-time, required
    - `last_edited_by_user_id` string, required — Must be a string starting with `user_`
    - `last_edited_at_timestamp` string, date-time, required
    - `_id` string, required
  - `total_count` integer, required

## Other responses

- `422` — Validation Error

## Changes

- **2026-09-21** `9a30893d8db1` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/chrt/apis/chrt-fastapi/changes/billing_new/tax_configurations/list/v1/get.md)

---

[API](https://skmtc.dev/chrt/apis/chrt-fastapi.md) · [All operations](https://skmtc.dev/chrt/apis/chrt-fastapi/llms.txt) · [OpenAPI document](https://skmtc.dev/chrt/apis/chrt-fastapi/revisions/1a1e5a995fc9?raw)
