Fetch a Push Notification 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 Push Notifications.
total is the total number of Push Notifications in the Operation.
Push Notification, fetch the resource with:
GET /PushNotifications/{pushNotificationId}.recipients is the total number of recipients targeted in an Operation.
unaddressable is the number of recipients to which no sending attempts were made because
a valid token could not be found in the recipient’s Device Registration set for the
Credentials or App provided.
scheduled is the number of Push Notifications that are scheduled to be sent by
Twilio in the future.
queued is the number of Push Notifications that are queued in Twilio for sending.
sent is the number of Push Notifications that have been sent by Twilio.
failed is the number of Push Notifications that failed during processing by Twilio.
Get Errors with GET /PushNotifications/Operations/{operationId}/Errors fore more detail.
canceled is the number of Push Notifications that were canceled via API request.