GET /api/v2/storefront/media-buy-approvals
Lists approval-queue entries for 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 entries |
Response
PendingMediaBuyResponse. reviewedBy, reviewedAt, reviewerNotes, and forwardedAt are null while an entry is pending. This endpoint returns all matching entries without pagination.
Errors
400 VALIDATION_ERROR— invalidstatusvalue.
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