---
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

---

[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)
