Paddle Billing
Search

List logs for a notification

Returns a paginated list of notification logs for a notification. A log includes information about delivery attempts, including failures.

Path Parameters

notification_idstringrequired

Paddle ID of the notification entity to work with.

Query Parameters

afterstring

Return entities after the specified Paddle ID when working with paginated endpoints. Used in the meta.pagination.next URL in responses for list operations.

per_pageinteger

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

dataarray[object]

Represents a notification log entity.

idstring

Unique Paddle ID for this notification log, prefixed with ntflog_.

response_codeinteger

HTTP code sent by the responding server.

response_content_typestring or null

Content-Type sent by the responding server.

response_bodystring

Response body sent by the responding server. Typically empty for success responses.

attempted_atstring<date-time>

RFC 3339 datetime string of when Paddle attempted to deliver the related notification.

metaobject

Information about this response.

request_idstring

Unique ID for the request relating to this response. Provide this when contacting Paddle support about a specific request.

paginationobject

Keys used for working with paginated results.