---
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

---

[API](https://skmtc.net/flexprice/apis/flexprice-api.md) · [All operations](https://skmtc.net/flexprice/apis/flexprice-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/flexprice/flexprice-api/versions/f0601ed97bd3/schema)
