---
title: "Get Creatives"
method: GET
path: "/api/v1/dashboard/creatives"
tags: ["dashboard"]
---

# Get Creatives

`GET /api/v1/dashboard/creatives`

## Query parameters

- `domain_id` string, required
- `tab` 'image' | 'video' | 'slideshow' | 'products', required
- `search_key` string, nullable — Filter by name (case-insensitive substring)
- `sort_order` string — Sort by created date: 'asc' or 'desc' (default)
- `start_date` string, date, nullable — Created on/after this date (YYYY-MM-DD). Use the same value as end_date for a single day.
- `end_date` string, date, nullable — Created on/before this date (YYYY-MM-DD, inclusive).
- `ad_type` string, nullable — Video/slideshow tabs only: override ad_type filter; defaults to the full video family / 'slideshow'
- `page` integer
- `size` integer

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/brandbooster/apis/fastapi.md) · [All operations](https://skmtc.dev/brandbooster/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/brandbooster/fastapi/revisions/624917d53409/schema)
