---
title: "Retrieve a WebVTT file for a text track"
method: GET
path: "/{PLAYBACK_ID}/text/{TRACK_ID}.vtt"
tags: ["Captions and Transcripts"]
---

# Retrieve a WebVTT file for a text track

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

Fetch a standalone WebVTT version of a text track from an asset.

## Path parameters

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

## Query parameters

- `TOKEN` string

## Response `200`

WebVTT 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)
