Ruby
Broadcasts
List broadcasts
Retrieves a paginated list of sent broadcasts with summary statistics.
GET
Ruby
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
The channel to list broadcasts for.
Filter by broadcast status.
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 Filter by subject (partial match). Max 500 characters.
Results per page. Min 1, max 500.
Required range:
1 <= x <= 500Pagination offset.
Required range:
x >= 0