---
title: "Retrieve specific asset"
method: GET
path: "/api/v4/media/{id}"
tags: ["Media ID"]
---

# Retrieve specific asset

`GET /api/v4/media/{id}`

Requires the **STATISTICS** security role in order to retrieve *views* and *downloads* statistics data in the response, using the `stats` parameter.

## Path parameters

- `id` string, required

## Query parameters

- `versions` boolean
- `stats` boolean

## Headers

- `Authorization` string, required

## Response `200`

Successful response

- object
  - `dateModified` string, date-time
  - `propertyOptions` string[]
  - `type` string
  - `brandId` string, uuid
  - `fileSize` integer
  - `id` string, uuid
  - `height` integer
  - `description` string
  - `idHash` string
  - `name` string
  - `tags` string[]
  - `orientation` string
  - `width` integer
  - `datePublished` string, date-time
  - `copyright` string
  - `extension` string[]
  - `userCreated` string
  - `dateCreated` string, date-time
  - `archive` boolean
  - `property_assettype` string[]
  - `watermarked` boolean
  - `limited` boolean
  - `videoPreviewURLs` string[]
  - `thumbnails` object
    - `mini` string
    - `webimage` string
    - `thul` string
  - `views` integer
  - `downloads` integer
  - `isPublic` boolean
  - `original` string
  - `relatedAssets` object[]
    - `metaPropertyId` string
    - `assets` string[]
    - `metaPropertyName` string
  - `activeOriginalFocusPoint` object
    - `y` integer
    - `x` integer
  - `transformBaseUrl` string

## Other responses

- `404` — File not found

---

[API](https://skmtc.net/bynder/apis/oauth-2-0.md) · [All operations](https://skmtc.net/bynder/apis/oauth-2-0/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bynder/oauth-2-0/revisions/bb9efc864ce1/schema)
