Skip to main content
GET
List broadcasts

Authorizations

Authorization
string
header
required

API token for authentication

Query Parameters

workspace_id
string
required

The ID of the workspace

status
enum<string>

Filter broadcasts by status

Available options:
draft,
scheduled,
sending,
paused,
sent,
cancelled,
failed,
testing,
test_completed,
winner_selected
limit
integer
default:50

Maximum number of broadcasts to return

offset
integer
default:0

Number of broadcasts to skip for pagination

with_templates
boolean
default:false

Include full template details for each variation

Response

List of broadcasts retrieved successfully

broadcasts
object[]

List of broadcasts

total_count
integer

Total number of broadcasts matching the query

Example:

45