← Back to catalog
telnyx.message_status
mock data$0.001 / callMessage Status (Telnyx)
Get delivery status and events for a previously sent Telnyx message by message UUID. Returns per-recipient status (queued/sending/sent/delivered/failed), parts, sent_at, completed_at, errors, and cost (Telnyx)
Input schema
message_idrequired
stringTelnyx message UUID returned by send_sms (e.g. "40ab7e80-94c6-4cb6-8c45-c3ed3e3bf3ec").
Call via REST
curl -X POST https://unifyapi.pro/api/call/telnyx.message_status \
-H "Authorization: Bearer uak_live_..." \
-H "Content-Type: application/json" \
-d '{"message_id":"<message_id>"}'