---
title: "List every client-wide transcript price override (admin)"
method: GET
path: "/v2/transcripts/internal/pricing/clients"
tags: ["Transcripts Internal"]
---

# List every client-wide transcript price override (admin)

`GET /v2/transcripts/internal/pricing/clients`

Returns one row per client that currently has a client-wide override set. Clients with no row here are using the global default price.

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

## Changes

- **2026-08-07** `bd33ea42994c` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/carbonarc/apis/carbon-arc-api-documentation/changes/v2/transcripts/internal/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)
