---
title: "Get transcript by episode ID"
method: GET
path: "/content/GetTranscript/{episodeId}"
tags: ["Content"]
---

# Get transcript by episode ID

`GET /content/GetTranscript/{episodeId}`

Retrieve an existing transcript for a specific episode

## Path parameters

- `episodeId` string, required

## Response `200`

Transcript retrieved successfully

- object
  - `success` boolean — Whether the operation was successful
  - `episodeId` string — The episode ID that was requested
  - `requestId` string — The original request ID used to generate this transcript
  - `transcript` string — The transcript content (JSON string format)
  - `createdOn` string, date-time — When the transcript was created

## Other responses

- `400` — Invalid request (missing episode ID)
- `401` — Unauthorized
- `404` — Transcript not found for the specified episode ID
- `500` — Internal server error

---

[API](https://skmtc.net/autocontentapi/apis/content-api.md) · [All operations](https://skmtc.net/autocontentapi/apis/content-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/autocontentapi/content-api/revisions/355890b6b4cc/schema)
