---
title: "Get all the text tracks of a video"
method: GET
path: "/videos/{video_id}/texttracks"
tags: ["Videos\\Text tracks"]
---

# Get all the text tracks of a video

`GET /videos/{video_id}/texttracks`

This method returns all the text tracks of the specified video.

## Path parameters

- `video_id` number, required

## Response `200`

The text tracks were returned.

## Other responses

- `404` — No such video exists.

---

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