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

---

[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/bd33ea42994c/schema)
