---
title: "Retrieve storyboard metadata in WebVTT format"
method: GET
path: "/{PLAYBACK_ID}/storyboard.vtt"
tags: ["Storyboards"]
---

# Retrieve storyboard metadata in WebVTT format

`GET /{PLAYBACK_ID}/storyboard.vtt`

Fetch metadata for the [storyboard image in WebVTT format](https://docs.mux.com/guides/create-timeline-hover-previews#webvtt), detailing the coordinates and time ranges of each thumbnail.

## Path parameters

- `PLAYBACK_ID` string, required

## Query parameters

- `TOKEN` string
- `program_start_time` integer
- `program_end_time` integer
- `asset_start_time` number, float
- `asset_end_time` number, float

## Response `200`

WebVTT metadata retrieved successfully.

## Other responses

- `400` — Bad request due to invalid parameters.
- `404` — Video asset 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)
