List campaigns
Campaigns
List campaigns
List campaigns with optional filtering by advertiser and status.
GET
List campaigns
Authorizations
API key or access token
Query Parameters
Filter by advertiser ID
Example:
"12345"
Filter by campaign name (case-insensitive, partial match)
Example:
"Summer"
Filter by campaign status
Available options:
DRAFT, ACTIVE, PAUSED, COMPLETED, ARCHIVED Filter to only campaigns that have at least one media buy matching any of the given statuses
Available options:
DRAFT, PENDING_APPROVAL, INPUT_REQUIRED, ACTIVE, PAUSED, COMPLETED, CANCELED, FAILED, REJECTED, ARCHIVED Include archived (soft-deleted) campaigns in the response (default: false). Implicitly treated as true when the status filter contains 'ARCHIVED'.
Available options:
true, false Number of results to return (max 250)
Required range:
x <= 250Example:
50
Number of results to skip for pagination
Required range:
0 <= x <= 9007199254740991Example:
0
Response
List campaigns