---
title: "Return the transcript's content as speaker-attributed lines"
method: GET
path: "/v1/org/{orgId}/transcript/{transcriptId}/content"
tags: ["transcript"]
---

# Return the transcript's content as speaker-attributed lines

`GET /v1/org/{orgId}/transcript/{transcriptId}/content`

## Path parameters

- `orgId` string, required
- `transcriptId` string, required

## Response `200`

successful operation

- ResultsTranscriptContentLine
  - `data` TranscriptContentLine[], required
    - `speakerId` string — speaker's attendee id (matches a TranscriptAttendee.id), if known
    - `startAt` string — when this line was spoken
    - `endAt` string — when this line ended
    - `text` string, required — the spoken text
  - `next` string
  - `access` ResultsAccess[]
    - `ids` string[]
    - `allowed` AccessAction[], required
      - `action` string, required
      - `fields` string[]
      - `types` string[]

## Other responses

- `404` — not found

---

[API](https://skmtc.dev/charthop/apis/charthop-api.md) · [All operations](https://skmtc.dev/charthop/apis/charthop-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/charthop/charthop-api/revisions/4685d95a20b1/schema)
