Endpoint
Read account-scoped campaign, current-run, run-history, aggregate, recipient, facet, and pagination state.
{
"broadcast": { "id": "broadcast_uuid", "current_run": {}, "runs": [] },
"recipients": [],
"totalRecipientsMatchingFilter": 0,
"readNoReplyTotal": 0,
"retargetFacets": {},
"hasMoreRecipients": false,
"recipientOffset": 0,
"recipientLimit": 20
}Poll conservatively and stop when the campaign reaches a stable terminal state. Filter failed, blocked, or invalid recipients and inspect diagnostics before retargeting. Use hasMoreRecipients with offset and limit rather than relying on the obsolete pagination object shape.