Get Message Status (Telnyx)
phone.telnyx.statusRetrieve delivery status and events for a Telnyx SMS message by providing the message UUID. Returns per-recipient status, parts, timestamps, errors, and cost.
Instructions
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
| Name | Required | Description | Default |
|---|---|---|---|
| message_id | Yes | Telnyx message UUID returned by send_sms (e.g. "40ab7e80-94c6-4cb6-8c45-c3ed3e3bf3ec"). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | No | Tool response payload. Shape varies per tool — consult the tool description and inputSchema. May be an object, array, string, or number depending on the upstream provider response. | |
| error | No | Present only when the call failed. Includes error code, message, request_id, and any provider-specific extras. |