List logs for a notification
Returns a paginated list of notification logs for a notification. A log includes information about delivery attempts, including failures.
Notifications older than 90 days aren't retained. If you try to list logs for a notification that's no longer retained, Paddle returns an error.
Path Parameters
Paddle ID of the notification entity to work with.
Query Parameters
Return entities after the specified Paddle ID when working with paginated endpoints. Used in the meta.pagination.next
URL in responses for list operations.
Set how many entities are returned per page. Paddle returns the maximum number of results if a number greater than the maximum is requested. Check meta.pagination.per_page
in the response to see how many were returned.
Default: 50
; Maximum: 200
.
Response
Represents a notification log entity.
Unique Paddle ID for this notification log, prefixed with ntflog_
.
HTTP code sent by the responding server.
Content-Type sent by the responding server.
Response body sent by the responding server. Typically empty for success responses.
RFC 3339 datetime string of when Paddle attempted to deliver the related notification.
Information about this response.
Unique ID for the request relating to this response. Provide this when contacting Paddle support about a specific request.
Keys used for working with paginated results.