---
title: "Lists all contract item usage records"
method: GET
path: "/contract-items/{contract_item_id}/usage"
tags: ["Contract Items"]
---

# Lists all contract item usage records

`GET /contract-items/{contract_item_id}/usage`

Returns historical usage quantities for a contract item, newest first, with optional pagination cursors.
Use before upsert-a-usage-record or delete-a-usage-record to understand existing coverage for each date.

## Path parameters

- `contract_item_id` string, required

## Query parameters

- `limit` integer
- `cursor` string — If defined, a cursor to retrieve the next page.

## Response `200`

OK

- object — Allows you to update multiple dates at once.
  - `usage` Usage[], required
    - `date` string, date, required
    - `quantity` number, float, required
  - `pagination` Pagination
    - `next_cursor` string — If defined, a cursor to retrieve the next page.

## Other responses

- `default` — Error

---

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