v1

latestOpenAPI 3.1.02026-07-26650239.3 KB
Media

Get Media by ID

Fetch metadata about a single media file by its uuid.

get/v0/media/{uuid}

Path parameters

uuidstring required

Query parameters

pre_signed_download_urlsboolean

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

File returned from GET /media endpoint

error_messagestring
skydio_error_codeinteger required
status_codeinteger required

Example response

{
  "data": {
    "file": {
      "captured_time": "2022-05-03T03:10:52.503+00:00",
      "uploaded_time": "2022-05-03T03:10:52.503+00:00"
    }
  }
}