Fetch a Message Operation
This operation fetches a single Message Operation using its ID.
Data retention: Records are available for 7 days after creation. Requests for data older than 7 days may return incomplete results.
Authentication
Basic authentication of the form Basic <account_id:auth_token>.
Basic authentication of the form Basic <api_key:api_key_secret>.
Path parameters
Response
Represents the stats of a sending operation of one or many communications resources, such as Messages and Emails.
-
totalis the total number ofMessagesin theOperation.-
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
Receiptse.g.GET /Messages/{messageId}/Receipts.
-
-
recipientsis the total number of recipients targeted in an Operation. -
attemptsis the total number of sending attempts made by Twilio. -
unaddressableis 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). -
scheduledis the number ofMessagesthat are scheduled to be sent by Twilio in the future. -
queuedis the number ofMessagesthat are queued in Twilio for sending. -
sentis the number ofMessagesthat have been sent by Twilio. -
deliveredis the number ofMessagesthat have been successfully delivered to recipients. -
readis the number ofMessagesthat have been read by recipients. -
undeliveredis the number ofMessagesthat were successfully sent by Twilio but have not been delivered to the recipient. -
failedis the number ofMessagesthat failed during processing by Twilio. GetErrorswithGET /Messages/Operations/{operationId}/Errorsfore more detail. -
canceledis the number ofMessagesthat were canceled via API request.