---
title: "List every client's specific-transcript price override for this transcript (admin)"
method: GET
path: "/v2/transcripts/internal/{transcript_id}/pricing/clients"
tags: ["Transcripts Internal"]
---

# List every client's specific-transcript price override for this transcript (admin)

`GET /v2/transcripts/internal/{transcript_id}/pricing/clients`

Returns one row per client that currently has a specific override set for this transcript. Clients with no row here fall back to their client-wide override or the global default.

## Path parameters

- `transcript_id` string, required

## Response `200`

Successful Response

- ClientPriceOverrideRead[]
  - `id` string, uuid, required
  - `transcript_id` string, uuid, nullable
  - `client_id` string, uuid, required
  - `custom_price` number, nullable
  - `updated_at` string, date-time, required

## Other responses

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

## Changes

- **2026-08-14** `fd615712e250` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/carbonarc/apis/carbon-arc-api-documentation/changes/v2/transcripts/internal/:transcript_id/pricing/clients/get.md)

---

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