Broadcasts
Retrieve a single broadcast
get/broadcasts/{id}
Path parameters
idstring required
The Broadcast ID.
Response
OK
Example response
{
"id": "e169aa45-1ecf-4183-9955-b1499d5701d3",
"name": "November announcements",
"from": "Acme <onboarding@resend.dev>",
"subject": "Hello World",
"preview_text": "Here are our announcements",
"status": "draft",
"created_at": "2023-10-06 22:59:55.977+00",
"scheduled_at": "2023-10-06 22:59:55.977+00",
"sent_at": "2023-10-06 22:59:55.977+00",
"text": "Hello {{{FIRST_NAME|there}}}!",
"html": "<p>Hello {{{FIRST_NAME|there}}}!</p>",
"topic_id": "b6d24b8e-af0b-4c3c-be0c-359bbd97381e"
}