---
title: "List image briefs"
method: GET
path: "/image-briefs"
tags: ["Briefs"]
---

# List image briefs

`GET /image-briefs`

Your saved image-brief drafts, newest first, each with the poster identity (name, brand, price, image) of its products. Filter by name or kicker with `search`. Read-only.

## Query parameters

- `page` integer
- `page_size` integer
- `search` string, nullable — Case-insensitive name/kicker filter.

## Response `200`

Successful Response

- BriefListResponse
  - `briefs` BriefResponse[], required
    - `id` integer, required
    - `shop_id` integer, required
    - `product_ids` unknown[], required
      - unknown
    - `template_id` string, required
    - `accent_color` string, nullable
    - `main_header_background` string, nullable
    - `name` string, nullable
    - `content` BriefContent, required
      - `kicker` string
      - `signatureHooks` string[]
      - `winningHooks` WinningHook[]
        - `text` string, required
        - `lead` boolean, required
      - `socialProof` string[]
      - `benefits` Benefit[]
        - `term` string, required
        - `detail` string, required
      - `contentIdeas` ContentIdea[]
        - `title` string, required
        - `detail` string, required
      - `shopTagline` string
    - `image_overrides` object, required
    - `status` string, required
    - `created_by_email` string, nullable
    - `created_at` string, nullable
    - `updated_at` string, nullable
    - `products` BriefProductSummary[], nullable
      - `id` string, required
      - `name` string
      - `brand` string
      - `price` string
      - `image` string
  - `pagination` BriefListPagination, required
    - `total_count` integer, required
    - `page` integer, required
    - `page_size` integer, required
    - `total_pages` integer, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/reacherapp/apis/reacher-data-api.md) · [All operations](https://skmtc.dev/reacherapp/apis/reacher-data-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/reacherapp/reacher-data-api/revisions/5eefff009b5b/schema)
