GET /api/v2/storefront/media-buy-approvals/{mediaBuyId}
Fetches one approval-queue entry by the buyer’s AdCP mediaBuyId. Returns the raw submitted payload alongside the current status, any decision you recorded, and the upstream forwarding stamp.
Request
Parameters
| Field | Type | Required | Notes |
|---|---|---|---|
mediaBuyId | string | Yes | Path param — buyer-supplied media buy identifier (AdCP media_buy_id) |
Response
PendingMediaBuyResponse. submittedPayload is the raw AdCP create_media_buy payload, not normalized — render your operator summary from it directly. An approved entry with a null forwardedAt means the upstream forward has not happened yet.
Errors
404 NOT_FOUND— no approval entry with that media buy id exists for your storefront.
Related
Decide an approval
Approve or reject this media buy
List approvals
See the pending queue
Media-buy approval tasks
All media-buy approval operations
Media-buy approvals overview
Queue lifecycle and concepts