Skip to main content
GET
List media-buy approval entries

Authorizations

Authorization
string
header
required

API key or access token

Query Parameters

status
enum<string>

Filter by lifecycle state. Defaults to pending so the operator queue does not have to thread the filter through manually.

Available options:
pending,
approved,
rejected,
revoked
take
integer

Maximum approval rows to return after combining create and update decisions.

Required range: 1 <= x <= 100

Response

List media-buy approval entries

List response for the operator approval queue.

items
object[]
required

Entries matching the requested status filter, newest first.

total
integer
required

Number of entries returned.

Required range: 0 <= x <= 9007199254740991