Fetch a Message
This operation fetches a single Message using its ID.
Data retention: Records are available for 7 days after creation. Requests for data older than 7 days may return incomplete results.
This operation fetches a single Message using its ID.
Data retention: Records are available for 7 days after creation. Requests for data older than 7 days may return incomplete results.
Basic authentication of the form Basic <account_id:auth_token>.
Basic authentication of the form Basic <api_key:api_key_secret>.
The scheduled send time of the Message.
This field is only present if the Message was created with a schedule.
The status of a Message. The status can be one of the following:
SCHEDULED The Message is scheduled to be sent by
Twilio in the future.
QUEUED The Message is queued in Twilio for sending.
SENT The Message has been sent by Twilio.
DELIVERED The Message has been successfully
delivered to the recipient.
READ The Message has been read by the recipient.
UNDELIVERED The Message was successfully sent by Twilio
but have not been delivered to the recipient.
FAILED The Message processing failed inside Twilio.
Use GET /Messages/Operations/{operationId}/Errors for more details.
CANCELED The Message was canceled via API request.
GROUP The Message is part of a group communication.
To get the status for each Recipient of the group communication, use the Receipts endpoint
e.g. GET /Messages/comms_message_01h2xcejqtf2nbrexx3vqjhp41/Receipts
INBOUND The Message was received by Twilio from an external source.
The list of recipient(s) that the Message was directed to.