---
title: "Get change history for the global default price (admin)"
method: GET
path: "/v2/transcripts/internal/pricing/default/history"
tags: ["Transcripts Internal"]
---

# Get change history for the global default price (admin)

`GET /v2/transcripts/internal/pricing/default/history`

## Query parameters

- `limit` integer

## Response `200`

Successful Response

- PriceChangeHistoryResponse
  - `items` PriceChangeLogEntry[], required
    - `id` string, uuid, required
    - `transcript_id` string, uuid, nullable
    - `client_id` string, uuid, nullable
    - `old_price` number, nullable
    - `new_price` number, nullable
    - `rationale` string, required
    - `changed_by` string, required
    - `changed_at` string, date-time, required

## Other responses

- `404` — Not Found
- `422` — Validation Error

---

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