GET /api/v2/buyer/advertisers/{advertiserId}/audiences
Lists stored audience metadata for an advertiser. Each row is a summary — match status, uploaded count, and matched count — for audiences synced via Sync audiences.
Request
curl
Parameters
| Field | Type | Required | Notes |
|---|---|---|---|
advertiserId | string (path) | Yes | Advertiser ID (numeric string, e.g. 25) |
take | integer (query) | No | Results to return. Default 50, max 250 |
skip | integer (query) | No | Results to skip for pagination. Default 0 |
Response
status is PROCESSING, ERROR, READY, or TOO_SMALL. uploadedCount and matchedCount are null until processing completes. Pagination metadata (take, skip, hasMore) is in meta.pagination — see Pagination.
Errors
404 NOT_FOUND—advertiserIddoes not exist or is not visible to the authenticated customer.
Related
Advertiser tasks
All advertiser operations
Advertiser overview
Fields, lifecycle, and concepts
Sync audiences
Add or update audience members