List media buy packages
List a media buy’s packages with the attributes that identify each one: productId, productName, the package’s own startTime/endTime, and its pacingPeriod (index plus the campaign’s label, e.g. “Week 6”). Use this to turn a description of a package (“the display package ending 2026-08-11”) into the packageId to send to an update. Prefer it over GET /campaigns/ whenever the goal is to pick a package: it carries no targeting, creative, or format detail, so it stays small enough for an agent to read in full. A paced buy has one package per product per period, and the trailing number on a package id is dispatch order, NOT the period — read pacingPeriod instead of parsing the id.
Authorizations
API key or access token
Path Parameters
Buyer media buy ID
1"mb_ETBn4gJ9Wu"
Response
List media buy packages
A media buy's packages with the attributes needed to pick one, sized to be read in full by an agent.
The media buy these packages belong to.
"mb_ETBn4gJ9Wu"
Whether this buy was split across pacing periods. When true, expect one package per product per period and use pacingPeriod to tell them apart.
How many packages this media buy has.
-9007199254740991 <= x <= 9007199254740991The packages on this media buy, ordered by product then pacing period so the order matches how the ids were assigned.