Get Broadcast Status
Retrieves the status of a broadcast message by its ID
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Headers
Please provide the number of the phone you want to call with this API in the header. The number must be in country code + number format without any characters or spaces, e.g. 919876543210; Alternatively, provide the phone_id (phone-xxxxxxxxxxxx) in the header
"{{orgPhone}}"
Query Parameters
The unique identifier of the broadcast
"22b2a2a4-3c61-4b94-807c-fa431e71a8e5"
Response
Unique identifier for the broadcast message
"22b2a2a4-3c61-4b94-807c-fa431e71a8e5"
Organization identifier that owns the broadcast
"5fb0d69a-d789-4429-970e-66d48e381c9b"
Container for the broadcast message content and metadata
Timestamp when the broadcast was created
"2025-03-10T11:11:20.049901+00:00"
Total number of chat instances targeted by this broadcast
2
Number of chats where the broadcast has been successfully sent
0
Number of chats where the broadcast failed to send
0
Number of chats where the broadcast is queued but not yet sent
0
Total count of broadcast messages delivered to recipients
Total count of broadcast messages that have been read by recipients
Identifier of the user or system that initiated the broadcast
"5fb0d69a-d789-4429-970e-66d48e381c9b"
Timestamp when the broadcast was executed
Timestamp when the broadcast is scheduled to be sent
"2025-03-10T12:11:19.52+00:00"
Current status of the broadcast (pending, in-progress, completed, failed, etc.)
Total number of members eligible to receive this broadcast
0
Percentage of messages successfully delivered to recipients
0
Percentage of delivered messages that have been read by recipients
0
List of log entries related to the broadcast's execution
[]
Was this page helpful?