---
title: "Fetch the thumbnail URL of a transcoder"
method: GET
path: "/transcoders/{id}/thumbnail_url"
tags: ["transcoders"]
---

# Fetch the thumbnail URL of a transcoder

`GET /transcoders/{id}/thumbnail_url`

This operation shows the thumbnail URL of a started transcoder.

## Path parameters

- `id` string, required

## Response `200`

Success

- object
  - `transcoder` object, required
    - `thumbnail_url` string — The URL to receive the preview thumbnail.

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `410` — Gone

---

[API](https://skmtc.net/wowza/apis/wowza-video-rest-api-reference-documentation.md) · [All operations](https://skmtc.net/wowza/apis/wowza-video-rest-api-reference-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/wowza/wowza-video-rest-api-reference-documentation/versions/157b6f741f2a/schema)
