Messaging
Get SMS Status
Get the status of a queued SMS message.
Use this endpoint to check if a queued SMS has been delivered, is still pending, or has failed.
Args: message_id: The unique message ID returned when queueing the SMS
Returns: SMSStatusResponse: Current status of the message
GET
Check the current status of a queued SMS message.
Use the
message_id returned by Send SMS. For queued sends, this is Burki’s internal queue UUID. When the provider returns its own ID, it appears as provider_message_id.
Path Parameters
message_id(string, required): The Burki message ID returned byPOST /sms/send.
Response
Response
Status Values
Error Responses
404
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Response
Successful Response
Response model for SMS status endpoint.