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
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.
message_id (string, required): The Burki message ID returned by POST /sms/send.Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Successful Response
Response model for SMS status endpoint.