> ## Documentation Index
> Fetch the complete documentation index at: https://docs.interchange.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Creative review tasks

> Per-operation reference for the storefront creative-review API

Each page below documents a single creative-review operation — request, parameters, response shape, and errors. Buyer-submitted creatives land in your queue as `pending`; you read them and record a terminal `approved` or `rejected` decision. For the conceptual model, see the [Creative reviews overview](/v2/storefront/creative-reviews/overview).

## Read

<CardGroup cols={2}>
  <Card title="List reviews" href="/v2/storefront/creative-reviews/tasks/list-reviews" icon="list">
    `GET /creative-reviews` — the review queue, newest first
  </Card>

  <Card title="Get a review" href="/v2/storefront/creative-reviews/tasks/get-review" icon="magnifying-glass">
    `GET /creative-reviews/{creativeId}` — one creative review row
  </Card>
</CardGroup>

## Decide

<CardGroup cols={2}>
  <Card title="Decide a review" href="/v2/storefront/creative-reviews/tasks/decide-review" icon="gavel">
    `POST /creative-reviews/{creativeId}/decide` — approve or reject
  </Card>
</CardGroup>
