GET /api/v2/storefront/creative-reviews
Lists immutable creative versions 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
Response
CreativeReviewResponse objects. submittedPayload
contains the creative fields plus any request-level account, buyer_ref, and
context; buyer webhook configuration is removed. 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