Fetch a Push Notification
This operation fetches a single Push Notification 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
The credentialId is used for authentication and authorization when sending the push notification through the respective channel.
The status of a Push Notification resource. The status can be one of the following:
-
scheduledThePush Notificationis scheduled to be sent by Twilio in the future. -
queuedThePush Notificationis queued in Twilio for sending. -
sentThePush Notificationresource has been sent by Twilio. -
failedThePush Notificationresource processing failed inside Twilio. UseGET /PushNotifications/Operations/{operationId}/Errorsfor more details. -
canceledThe communication resource was canceled via API request.