Retrieve a single earnings call transcript by id. Returns full transcript content and audio URL.
Use Case: Show transcript text and play audio for a specific earnings call after selecting from the transcripts list.
| Parameter | Type | Required | Description |
|---|---|---|---|
id | string | Yes | Transcript id (from transcripts list). |
200 OK with a JSON object containing the transcript (title, participant, transcript segments with speech, audio URL).
Errors: 400 when id is missing, 401 unauthorized, 404 when transcript not found, 500 server error.Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Transcript id