GET /api/v2/storefront/media-buy-approvals
Lists approval-queue entries for your storefront, newest first. Pending entries are ordered by submission time; decided history is ordered by review time. Defaults to status=pending — the operator queue — so you do not have to thread the filter manually. Pass ?status= to see decided history and ?take= to limit the number returned.
Request
Parameters
Response
PendingMediaBuyResponse. reviewedBy, reviewedAt, reviewerNotes, and forwardedAt are null while an entry is pending. Without take, this endpoint returns all matching entries without pagination.
readiness reports whether the buy can actually deliver — see Delivery readiness. It is null on decided entries, on update approvals, and when the check could not run.
Errors
400 VALIDATION_ERROR— invalidstatusortakevalue.
Related
Get an approval
Inspect one queue entry
Decide an approval
Approve or reject a pending media buy
Media-buy approval tasks
All media-buy approval operations
Media-buy approvals overview
Queue lifecycle and concepts