---
title: "Lists media assets uploaded in the Creatives section of the admin panel"
method: GET
path: "/admin/creatives"
tags: ["creatives"]
deprecated: true
---

# Lists media assets uploaded in the Creatives section of the admin panel

`GET /admin/creatives`

> **Deprecated.**

## Query parameters

- `fields` string[], required

## Response `200`

- object
  - `creatives` object[]
    - `id` number
    - `category` string
    - `url` string
    - `thumbnail` string
    - `description` string
    - `link` string
    - `name` string — Name of the file
    - `size` number — File size in bytes
    - `width` number — Image width in pixels (will be null for other file types)
    - `height` number — Image height in pixels (will be null for other file types)
    - `mime` unknown

## Other responses

- `403` — Not authenticated

---

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