---
title: "Get Pricing History"
method: GET
path: "/api/v1/admin/block/pricing/history"
tags: ["Admin APIs", "block-pricing"]
---

# Get Pricing History

`GET /api/v1/admin/block/pricing/history`

## Query parameters

- `dataset_id` string, required
- `cut` string, nullable

## Response `200`

Successful Response

- BlockPricingHistoryResponse — Full effective-date timeline grouped by access_type for one (dataset_id, cut) SKU.
  - `dataset_id` string, required
  - `cut` string, nullable
  - `label` string, nullable
  - `history` object, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/carbonarc/apis/carbon-arc-client-admin-api.md) · [All operations](https://skmtc.net/carbonarc/apis/carbon-arc-client-admin-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/carbonarc/carbon-arc-client-admin-api/revisions/a8ca30023371/schema)
