Skip to main content
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 by POST /sms/send.

Response

Response

Status Values

Error Responses

404

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

message_id
string
required

Response

Successful Response

Response model for SMS status endpoint.

message_id
string
required
status
string
required

Message status: 'queued', 'sending', 'sent', 'failed', 'cancelled'

provider_message_id
string | null

Provider's message ID after delivery

error
string | null

Error message if failed

updated_at
string | null

Last status update timestamp