GET /api/v2/storefront/creative-reviews
Lists creatives buyers have submitted to your storefront, newest first. Defaults to status=pending — the operator queue — so you do not have to thread the filter manually. Pass ?status= to see decided history.
Request
Parameters
| Field | Type | Required | Notes |
|---|---|---|---|
status | enum | No | Query param — pending, approved, rejected, or revoked. Omit to return only pending rows |
Response
CreativeReviewResponse objects. reviewedBy, reviewedAt, and reviewerNotes are null while a row is pending.
Errors
400 VALIDATION_ERROR— invalidstatusvalue.
Related
Get a review
Inspect one creative review row
Decide a review
Approve or reject a pending creative
Creative review tasks
All creative-review operations
Creative reviews overview
Queue lifecycle and concepts