get_notification
Retrieve a Paddle notification by its ID to check delivery status, debug issues, and view event details for up to 90 days.
Instructions
This tool will retrieve a notification from Paddle by its ID.
When an event that has a notification destination occurs, Paddle creates a notification entity with information about the notification.
Notifications older than 90 days aren't retained. If trying to get a notification that's no longer retained, Paddle returns an error.
Check the following details to understand the success or failure of the notification according to Paddle and debug issues:
status: Status of the notification.
notAttempted: Paddle hasn't yet tried to deliver this notification.
needsRetry: Paddle tried to deliver this notification, but it failed. It's scheduled to be retried.
delivered: Paddle delivered this notification successfully.
failed: Paddle tried to deliver this notification, but all attempts failed. It's not scheduled to be retried.
origin: Describes how this notification was created.
event: Notification created when a subscribed event occurred.
replay: Notification created when a notification with the origin event was replayed.
deliveredAt: RFC 3339 datetime string of when this notification was delivered. null if not yet delivered successfully.
lastAttemptAt: RFC 3339 datetime string of when this notification was last attempted.
retryAt: RFC 3339 datetime string of when this notification is scheduled to be retried.
timesAttempted: How many times delivery of this notification has been attempted.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| notificationId | Yes | Paddle ID of the notification. |