---
title: "List Transcripts"
method: GET
path: "/api/v1/admin/transcripts"
tags: ["Admin APIs", "transcripts"]
---

# List Transcripts

`GET /api/v1/admin/transcripts`

List all transcripts with pagination, search, and status filtering.

## Query parameters

- `filter` string, nullable
- `sort` string, nullable
- `range` string, nullable

## Response `200`

Successful Response

- TranscriptRead[]
  - `id` string, uuid, required
  - `external_id` string, required
  - `catalog_source_id` string, uuid, required
  - `title` string, required
  - `status` string, required
  - `language` string, required
  - `transcript_type` string, required
  - `interview_date` string, date, required
  - `duration_minutes` integer, required
  - `expert_anonymized` boolean, required
  - `meta_data` object, required
  - `expert_id` string, nullable
  - `description` string, nullable
  - `entities` TranscriptEntityRef[]
    - `id` string, required
    - `label` string, required
  - `region` string, nullable
  - `published_at` string, date-time, nullable
  - `status_reason` string, nullable
  - `created_at` string, date-time, required
  - `updated_at` string, date-time, required
  - `has_pdf` boolean

## Other responses

- `422` — Validation Error

## Changes

- **2026-08-21** `a8ca30023371` — 4 info
  - added the optional property `items/description` to the response with the `200` status
  - added the optional property `items/entities` to the response with the `200` status
  - added the optional property `items/expert_id` to the response with the `200` status
  - added the optional property `items/region` to the response with the `200` status

[Change history](https://skmtc.dev/carbonarc/apis/carbon-arc-client-admin-api/changes/api/v1/admin/transcripts/get.md)

---

[API](https://skmtc.dev/carbonarc/apis/carbon-arc-client-admin-api.md) · [All operations](https://skmtc.dev/carbonarc/apis/carbon-arc-client-admin-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/carbonarc/carbon-arc-client-admin-api/revisions/56e2edae9dfe/schema)
