Status of a previously scheduled bulk broadcast
WhatsApp
GET /v1/messages/bulk/:broadcastId
Returns the status and counters of a bulk send: total, sent, failed, and pending.
GET
Status of a previously scheduled bulk broadcast
Returns the status of a broadcast created by
POST /v1/messages/bulk.
Endpoint
Required scope
messages:bulk
Headers
Path params
Example request
Response
200 OK
400 Bad Request
broadcastId is not a valid ObjectId.
404 Not Found
The broadcast does not exist or belongs to another tenant.401 / 403
Standard auth and scope errors.Polling pattern
To wait for a broadcast to finish from your integration:Authorizations
Personal Access Token con prefijo kbai_pk_. Generar desde el portal con permiso developer.manage_tokens.