---
title: "List video captions"
method: GET
path: "/videos/{videoId}/captions"
tags: ["Captions"]
---

# List video captions

`GET /videos/{videoId}/captions`

Retrieve a list of available captions by video id.

## Path parameters

- `videoId` string, required

## Query parameters

- `currentPage` integer
- `pageSize` integer

## Response `200`

Success

- CaptionsListResponse
  - `data` Caption[], required
    - `uri` string — The unique resource identifier of the uploaded caption.
    - `src` string — A direct URL to the uploaded caption file.
    - `srclang` string — Indicates the language of the uploaded caption file using IETF language tags.
    - `languageName` string — Returns the native name of the caption language in UTF-8 encoding.
    - `default` boolean — Whether you will have subtitles or not. True for yes you will have subtitles, false for no you will not have subtitles.
  - `pagination` Pagination, required
    - `itemsTotal` integer — Total number of items that exist.
    - `pagesTotal` integer — Number of items listed in the current page.
    - `pageSize` integer — Maximum number of item per page.
    - `currentPage` integer — The current page index.
    - `currentPageItems` integer — The number of items on the current page.
    - `links` PaginationLink[], required
      - `rel` string
      - `uri` string, uri

## Other responses

- `404` — Not Found
- `429` — Too Many Requests

---

[API](https://skmtc.net/apivideo/apis/api-video.md) · [All operations](https://skmtc.net/apivideo/apis/api-video/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/apivideo/api-video/versions/45ec26f342b6/schema)
