---
title: "List Transcript Client Price Overrides"
method: GET
path: "/api/v1/admin/transcripts/pricing/{transcript_id}/clients"
tags: ["Admin APIs", "transcripts"]
---

# List Transcript Client Price Overrides

`GET /api/v1/admin/transcripts/pricing/{transcript_id}/clients`

One row per client that currently has a specific override set for this
transcript — powers the per-transcript pricing table. Clients absent
here fall back to their client-wide override or the global default.

## Path parameters

- `transcript_id` string, uuid, required

## Response `200`

Successful Response

- TranscriptPriceOverrideRead[]
  - `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

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