---
title: "List price units"
method: GET
path: "/prices/units"
tags: ["Price Units"]
---

# List price units

`GET /prices/units`

Use when listing price units (e.g. in a catalog or when creating prices). Returns a paginated list; supports status, sort, and pagination.

## Query parameters

- `status` string
- `limit` integer
- `offset` integer
- `sort` string
- `order` 'asc' | 'desc'

## Response `200`

OK

- ListPriceUnitsResponse
  - `items` PriceUnitResponse[]
    - `base_currency` string
    - `code` string
    - `conversion_rate` string
    - `created_at` string, date-time
    - `created_by` string
    - `environment_id` string
    - `id` string
    - `metadata` TypesMetadata
    - `name` string
    - `status` 'published' | 'deleted' | 'archived'
    - `symbol` string
    - `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-07-15** `f8ecf435d25d` — 2 warning
  - added the new `not_implemented` enum value to the `code` response property for the response status `400`
  - added the new `not_implemented` enum value to the `code` response property for the response status `500`
- **2026-07-09** `7d57386313c7` — 3 breaking, 3 warning, 3 info
  - the `items/items/metadata` response's property type changed from no type to `object` for status `200`
  - the `items/items/status` response's property type changed from no type to `string` for status `200`
  - the `pagination` response's property type changed from no type to `object` for status `200`
  - added the new `archived` enum value to the `items/items/status` response property for the response status `200`
  - …5 more
- **2026-07-09** `4b1a811c4179` — 5 breaking, 3 warning, 3 info
  - the `items/items/created_at` response's property format changed from `date-time` to no format for status `200`
  - the `items/items/metadata` response's property type changed from `object` to no type for status `200`
  - the `items/items/status` response's property type changed from `string` to no type for status `200`
  - the `items/items/updated_at` response's property format changed from `date-time` to no format for status `200`
  - …7 more
- …earlier changes not shown

[Full history](https://skmtc.dev/flexprice/apis/flexprice-api/changes/prices/units/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/f8ecf435d25d/schema)
