jobId returned by a 202 response to review the job’s progress and summary.
Broadcasts with 1,000 recipients or fewer return
200 without a jobId. There is no background job to poll for those requests.Endpoint
Path parameter
Request
Successful response
status field shows the current job state. The summary field contains the processing totals available at that point in the job.
Poll responsibly
- Start polling only after the send endpoint returns
202and ajobId. - Keep each API key below 30 status requests per minute.
- Stop polling after the response reports a terminal state for the job.
- If you receive
429, wait for the interval stated in the response.