GET
/api/v1/broadcasts/{idOrName}Path Parameters
string
required
The unique ID or exact name of the broadcast to retrieve.
Code Examples
Response
Returns200 OK with a single broadcast object.
Response Fields
string
required
The unique identifier of the broadcast.
string
required
The display name of the broadcast.
string
required
The current status of the broadcast. One of
scheduled, sending, or sent.string
required
Whether the broadcast was sent immediately or at a future time. One of
now or future.string
required
ISO 8601 timestamp indicating when the broadcast is scheduled to send.
integer | null
required
The number of contacts targeted by this broadcast, or
null if not yet calculated.string | null
The ID of the automation flow linked to this broadcast, or
null if no flow is linked.