Retrieves a paginated list of webhook logs that record historical attempts to send webhook payloads to a customer’s servers. This endpoint allows filtering logs based on webhook type, creation timestamp range, retry attempts range, last response status, last retry timestamp range, and pagination settings. It is useful for auditing and debugging purposes.
The webhook type
The minimum retry attempts
The maximum retry attempts
The last response status
The minimum last retry timestamp
The maximum last retry timestamp
The minimum timestamp
The maximum timestamp (exclusive)
The number of the page to retrieve (1 based)
The number of items per page
The content of the page, consisting of a list of objects.
The current page number. The first page has value 1.
The current page size. Default 15, maximum 250.
The number of objects matching the request.
True if this is the first page, false otherwise.
True if this is the last page, false otherwise.