Fetch a Message Operation
Authentication
Basic authentication of the form Basic <account_id:auth_token>.
Basic authentication of the form Basic <api_key:api_key_secret>.
Basic authentication of the form Basic <account_id:auth_token>.
Basic authentication of the form Basic <api_key:api_key_secret>.
Represents the stats of a sending operation of one or many communications resources, such as Messages and Emails.
total is the total number of Messages in the Operation.
To get the status for each individual Message, fetch the resource with:
GET /Messages/{messageId}.
For group communications, where there is more than one recipient per communication resource
use Receipts e.g. GET /Messages/{messageId}/Receipts.
recipients is the total number of recipients targeted in an Operation.
attempts is the total number of sending attempts made by Twilio.
unaddressable is the number of recipients to which no sending attempts were made because
a valid match could not be found between the available addresses for the recipient (to)
and sender (from).
scheduled is the number of Messages that are scheduled to be sent by
Twilio in the future.
queued is the number of Messages that are queued in Twilio for sending.
sent is the number of Messages that have been sent by Twilio.
delivered is the number of Messages that have been successfully
delivered to recipients.
read is the number of Messages that have been read by recipients.
undelivered is the number of Messages that were successfully sent by Twilio
but have not been delivered to the recipient.
failed is the number of Messages that failed during processing by Twilio.
Get Errors with GET /Messages/Operations/{operationId}/Errors fore more detail.
canceled is the number of Messages that were canceled via API request.