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

# List All Client Wide Price Overrides

`GET /api/v1/admin/transcripts/pricing/clients`

One row per client that currently has a client-wide override set —
powers the client-pricing table. Clients absent here are using the
global default price.

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

---

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