GET /api/v2/storefront/creative-reviews/{creativeId}
Fetches one creative review row by the AdCP creativeId the buyer supplied at submit time. Returns the verbatim submitted payload alongside the current status and any decision you recorded.
Request
Parameters
| Field | Type | Required | Notes |
|---|---|---|---|
creativeId | string | Yes | Path param — AdCP creative id as supplied by the buyer |
Response
CreativeReviewResponse. mediaBuyId is null when the buyer attached the creative independently of a media buy. submittedPayload is the verbatim AdCP sync_creatives entry, stored so it can be reproduced 1:1 upstream on approval.
Errors
404 NOT_FOUND— no creative review row with that id exists for your storefront.
Related
Decide a review
Approve or reject this creative
List reviews
Find creatives in the queue
Creative review tasks
All creative-review operations
Creative reviews overview
Queue lifecycle and concepts