---
title: "Retrieve a list of all tax components"
method: GET
path: "/v1/tax-components"
tags: ["Tax Components"]
---

# Retrieve a list of all tax components

`GET /v1/tax-components`

## Query parameters

- `created_at__gte` string, date-time
- `created_at__lte` string, date-time, nullable
- `order_by` 'created_at' | '-created_at'
- `page` integer
- `page_size` integer

## Response `200`

A paginated list of all tax components

- CountablePagedResponseTaxComponentOutputSchema
  - `items` TaxComponentOutputSchema[], required — The list of items on the current page.
    - `id` string, uuid, required — Unique identifier for the tax component.
    - `external_id` string, nullable — External identifier for the tax component.
    - `name` string, required — Name of the tax component.
    - `rate` string, required — Rate of the tax component.
  - `page` integer, required — The current page number.
  - `page_size` integer, required — The number of items per page.
  - `created_at__lte` string, date-time, required — The most recent date for which results are included.
  - `created_at__gte` string, date-time, required — The least recent date for which results are included.
  - `ordered_by` 'created_at' | '-created_at', required
  - `pages` integer, required — The total number of pages available.
  - `count` integer, required — The total number of items available.

---

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