---
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.

## Changes

- **2019-04-12** `80428f626f3e` — 2 info
  - api tag `Videos\Text tracks` added
  - api tag `Videos\Text Tracks` removed
- **2018-12-05** `26f856a94041` — 2 info
  - api tag `Videos\Text Tracks` added
  - api tag `Videos\Text tracks` removed

[Change history](https://skmtc.dev/vimeo/apis/vimeo-api/changes/videos/:video_id/texttracks/get.md)

---

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