v9

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-07420270.1 KB
Broadcasts

List messages of a broadcast

Returns a paginated list of messages for a specific broadcast. Use the status query parameter to filter by message status.

get/broadcasts/{broadcastId}/messages

Path parameters

broadcastIdstring uuid required

Query parameters

cursorstring

Opaque cursor returned by a previous call, used to fetch the next page

Opaque cursor returned by a previous call, used to fetch the next page

statusstring

Filter by broadcast message status.

Possible values:

  • pending — Message queued, not yet sent to WhatsApp.
  • sent — Message sent to WhatsApp, awaiting delivery confirmation.
  • delivered — WhatsApp confirmed the message was delivered to the recipient.
  • read — WhatsApp confirmed the recipient read the message.
  • failed — The send attempt or WhatsApp delivery failed.
  • skipped — The recipient was skipped (e.g., marketing opt-out).

Filter by broadcast message status.

Possible values:

  • pending — Message queued, not yet sent to WhatsApp.
  • sent — Message sent to WhatsApp, awaiting delivery confirmation.
  • delivered — WhatsApp confirmed the message was delivered to the recipient.
  • read — WhatsApp confirmed the recipient read the message.
  • failed — The send attempt or WhatsApp delivery failed.
  • skipped — The recipient was skipped (e.g., marketing opt-out).

Response

A paginated list of broadcast messages