---
title: "Download Media Thumbnail by ID"
method: GET
path: "/v0/media/download/{uuid}/thumbnail"
tags: ["Media"]
---

# Download Media Thumbnail by ID

`GET /v0/media/download/{uuid}/thumbnail`

Download a thumbnail for a media file by its uuid.

## Path parameters

- `uuid` string, required

## Response `200`

Download a thumbnail for a media file

- object
  - `data` unknown, required
  - `error_message` string
  - `meta` object, required
    - `time` number
  - `skydio_error_code` integer, required
  - `status_code` integer, required

## Other responses

- `404` — Not Found

---

[API](https://skmtc.net/skydio/apis/skydio-cloud-api.md) · [All operations](https://skmtc.net/skydio/apis/skydio-cloud-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/skydio/skydio-cloud-api/versions/0f746b116483/schema)
