---
title: "Get units of measure"
method: GET
path: "/unitsOfMeasure"
tags: ["Settings"]
---

# Get units of measure

`GET /unitsOfMeasure`

Returns a paginated list of units of measure

## Query parameters

- `cursor` string, uuid
- `limit` integer

## Response `200`

successful operation

- UnitOfMeasurePaginationResponseJson
  - `data` UnitOfMeasureJson[]
    - `id` string, uuid
    - `name` string
    - `description` string
    - `status` 'DRAFT' | 'ACTIVE' | 'DEPRECATED', required
  - `numElements` integer
  - `nextCursor` string, uuid

---

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