---
title: "Retrieve Asset"
method: GET
path: "/v1/assets/{asset_id}"
tags: ["Assets"]
---

# Retrieve Asset

`GET /v1/assets/{asset_id}`

Retrieve an asset uploaded by the authenticated caller.

## Path parameters

- `asset_id` string, required

## Headers

- `x-api-key` string, required — API Key for authentication

## Response `200`

Successful Response

- PublicAsset
  - `id` string, required
  - `object` 'asset'
  - `media_type` 'image' | 'audio' | 'video', required
  - `content_type` string, nullable
  - `size_bytes` integer, nullable
  - `created_at` integer, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/mirage/apis/mirage-video-api.md) · [All operations](https://skmtc.net/mirage/apis/mirage-video-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/mirage/mirage-video-api/revisions/b3bccdb58e6c/schema)
