GET /api/v2/buyer/advertisers/{advertiserId}/syndication-status
Returns syndication status records for an advertiser, with optional filtering by resource type, resource ID, ADCP agent, enabled state, and status. Use this to confirm a toggle has reached COMPLETED, or to read the errorMessage on a FAILED record.
Request
Parameters
| Param | Type | Required | Notes |
|---|---|---|---|
advertiserId | string (path) | Yes | Advertiser to query |
resourceType | enum | No | AUDIENCE, EVENT_SOURCE, or CATALOG |
resourceId | string | No | Filter to one resource |
adcpAgentId | string | No | Filter to one ADCP agent |
enabled | enum | No | "true" or "false" (string) |
status | enum | No | PENDING, SYNCING, COMPLETED, FAILED, or DISABLED |
limit | integer | No | 1–100, default 50 |
offset | integer | No | Default 0, for pagination |
Response
total is the count of records matching the query, independent of limit/offset. Page by raising offset.
Errors
400 VALIDATION_ERROR— unknownresourceTypeorstatus,limitoutside1–100, or a missingadvertiserId.
Related
Syndication tasks
All syndication operations
Toggle syndication
Turn syndication on or off