Get a broadcast
Returns a single broadcast. Archived broadcasts return 200 with status: "archived".
Authorizations
Accepts either a raw API key or Bearer <key>.
Headers
Optional dated API revision for the request. Must use YYYY-MM-DD format.
^\d{4}-\d{2}-\d{2}$"2026-03-01"
Path Parameters
Broadcast ID.
Response
Single broadcast returned.
A broadcast: a one-off or recurring message sent to an audience.
Broadcast name.
Delivery channel.
email, sms, push Scheduling details for the broadcast. type indicates whether the
broadcast is sent once or on a recurring schedule. Additional
scheduling fields (such as scheduled_at, cron,
next_scheduled_at, batches, and timezone_detection) may also be
present.
Broadcast status. archived is returned for archived broadcasts on the detail endpoint.
draft, scheduled, sending, sent, cancelled, active, paused, archived Labels applied to the broadcast. Always present; [] when the broadcast has none. Labels are stored lowercased.

