---
title: "Get Media by ID"
method: GET
path: "/v0/media/{uuid}"
tags: ["Media"]
---

# Get Media by ID

`GET /v0/media/{uuid}`

Fetch metadata about a single media file by its uuid.

## Path parameters

- `uuid` string, required

## Query parameters

- `pre_signed_download_urls` boolean — If True, the media download urls will be pre-signed, will not require authentication, and will expire after 1 hour. If False, the urls will redirect to the file and will not expire, but will still require authentication.

## Response `200`

File returned from GET /media endpoint

- object
  - `data` object, required — File returned from GET /media endpoint
    - `file` object, required
      - `captured_time` string, date-time
      - `download_url` string
      - `filename` string, required
      - `flight_id` string
      - `kind` 'detectionImage' | 'detectionVideoClip' | 'vehicleImage' | 'vehicleImageDng' | 'vehicleIrImage' | 'vehicleRadiometricImage' | 'vehicleVideoPreview' | 'vehicleVideoRaw' | 'videoTelemetryCsv', required
      - `mission_template_uuid` string
      - `mission_waypoint_name` string — The name of the waypoint where the media was captured.
      - `sha256` string
      - `size` integer — File size in bytes
      - `uploaded_time` string, date-time
      - `user_id` string
      - `uuid` string, 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)
