Skip to main content
Use this endpoint to fetch the complete details of a specific broadcast. You can identify the broadcast by either its numeric ID or its exact name. The response includes status, scheduling type, scheduled time, contact count, and the associated flow ID.
GET /api/v1/broadcasts/{idOrName}

Path Parameters

string
required
The unique ID or exact name of the broadcast to retrieve.

Code Examples

Response

Returns 200 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.

Example Response