---
title: "Get an asset"
method: GET
path: "/assets/{uid}"
---

# Get an asset

`GET /assets/{uid}`

## Path parameters

- `uid` string, required

## Response `200`

Asset details

- object
  - `uid` string
  - `url` string, uri — CDN URL of the uploaded asset
  - `mime_type` string, nullable — Content-Type of the stored asset
  - `size` integer — File size in bytes
  - `created_at` string, date-time

## Other responses

- `404` — Asset not found in this workspace

---

[API](https://skmtc.dev/bannerbear/apis/bannerbear-v5-api.md) · [All operations](https://skmtc.dev/bannerbear/apis/bannerbear-v5-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/bannerbear/bannerbear-v5-api/revisions/6aa425420a10/schema)
