Ruby
Broadcasts
Retrieve a broadcast
Fetches details and statistics for a specific broadcast.
GET
Ruby
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The broadcast ID.
Response
OK
Current processing state of a broadcast. accepted — queued, waiting for the channel to become available. processing — actively sending messages. completed — all messages have been processed. canceled — stopped before completing.
Available options:
accepted, processing, completed, canceled Number of messages that failed permanently. Retrieve details via GET /broadcasts/{id}/failures.
Number of recipients skipped because they appear on a suppression list. Retrieve details via GET /broadcasts/{id}/suppressions.