---
title: "List assets"
method: GET
path: "/assets"
---

# List assets

`GET /assets`

## Query parameters

- `page` integer

## Response `200`

Paginated list of assets uploaded by this workspace

- 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

---

[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)
