---
title: "List available transcripts"
method: GET
path: "/v2/transcripts"
tags: ["Transcripts"]
---

# List available transcripts

`GET /v2/transcripts`

## Query parameters

- `ticker` string, nullable — Filter by ticker symbol (entity label)
- `entity` string[], nullable — Filter by entity id (repeatable)
- `region` string[], nullable — Filter by region id (repeatable, exact match)
- `transcript_type` string, nullable — Filter by transcript type
- `search` string, nullable — Search in title and description
- `interview_date_from` string, date, nullable — Interview date lower bound (inclusive)
- `interview_date_to` string, date, nullable — Interview date upper bound (inclusive)
- `is_purchased` boolean, nullable — Filter by purchase status
- `sort_by` string
- `order` string
- `page` integer
- `size` integer

## Response `200`

Successful Response

- TranscriptListResponse
  - `transcripts` TranscriptListItem[], required
    - `id` string, uuid, required
    - `title` string, required
    - `interview_date` string, date, required
    - `duration_minutes` integer, required
    - `transcript_type` string, required
    - `region` string, nullable
    - `description` string, nullable
    - `published_at` string, date-time, nullable
    - `entities` TranscriptEntity[]
      - `id` string, required
      - `label` string, required
    - `is_purchased` boolean, required
    - `price` number, required
  - `total` integer, required
  - `page` integer, required
  - `size` integer, required

## Other responses

- `404` — Not Found
- `422` — Validation Error

---

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