---
title: "Get video thumbnails"
method: GET
path: "/thumbs/{video_id}"
tags: ["Thumbnails"]
---

# Get video thumbnails

`GET /thumbs/{video_id}`

Returns all thumbnails for a video — start/cover (custom + auto-generated candidates), pause, and end. Filenames are relative to the CDN; prefix accordingly to render.

## Path parameters

- `video_id` string, uuid, required

## Response `200`

Video thumbnails retrieved successfully

- object
  - `response` ThumbnailResponse — Response containing video thumbnail information
    - `active` string — Currently active custom thumbnail filename
    - `default` string[] — List of auto-generated thumbnail URLs

## Other responses

- `401` — Unauthorized - Invalid or missing authentication
- `404` — Not found - Resource does not exist
- `500` — Internal server error

---

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