---
title: "Retrieve a transcript"
method: GET
path: "/{PLAYBACK_ID}/text/{TRACK_ID}.txt"
tags: ["Captions and Transcripts"]
---

# Retrieve a transcript

`GET /{PLAYBACK_ID}/text/{TRACK_ID}.txt`

Fetch a [transcript of an asset](https://docs.mux.com/guides/add-autogenerated-captions-and-use-transcripts#retrieve-a-transcript). This is only possible for assets with a text track generated using the [VOD generated captions feature](https://docs.mux.com/guides/add-autogenerated-captions-and-use-transcripts).

## Path parameters

- `PLAYBACK_ID` string, required
- `TRACK_ID` string, required

## Query parameters

- `TOKEN` string

## Response `200`

Transcript retrieved successfully.

## Other responses

- `400` — Invalid request due to missing or incorrect parameters.
- `404` — The requested text track was not found.

---

[API](https://skmtc.net/muxinc/apis/mux-api.md) · [All operations](https://skmtc.net/muxinc/apis/mux-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/muxinc/mux-api/revisions/34a65dce0f31/schema)
