---
title: "Get Transcript Speakers"
method: GET
path: "/admin/transcripts/{contentful_transcript_id}/speakers"
tags: ["admin"]
---

# Get Transcript Speakers

`GET /admin/transcripts/{contentful_transcript_id}/speakers`

Get all speaker associations for a transcript.

## Path parameters

- `contentful_transcript_id` string, required

## Response `200`

Successful Response

- SpeakerResponse[]
  - `association_id` string, uuid, required
  - `contentful_transcript_id` string, required
  - `user_id` string, nullable, required
  - `guest_name` string, nullable, required
  - `speaker_label` string, nullable, required
  - `stances` StanceResponse[], required
    - `stance_id` string, uuid, required
    - `association_id` string, uuid, required
    - `ticker` string, required
    - `stance` 'NONE' | 'BEAR' | 'BULL' | 'SKEPTIC', required
    - `stance_source` 'CALL_REQUEST' | 'LLM_INFERRED' | 'ADMIN_MANUAL', required
    - `is_high_conviction` boolean, required
    - `llm_stance` 'NONE' | 'BEAR' | 'BULL' | 'SKEPTIC', required

## Other responses

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

---

[API](https://skmtc.dev/trytrata/apis/fastapi.md) · [All operations](https://skmtc.dev/trytrata/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/trytrata/fastapi/revisions/a8ae8846c411/schema)
