List Webhook Logs
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.
Headers
Impilo-API-Key
Query parameters
webhookType
The webhook type
retryAttemptsMin
The minimum retry attempts
retryAttemptsMax
The maximum retry attempts
lastResponseStatus
The last response status
startLastRetryTimestamp
The minimum last retry timestamp
endLastRetryTimestamp
The maximum last retry timestamp
startTimestamp
The minimum timestamp
endTimestamp
The maximum timestamp (exclusive)
page
The number of the page to retrieve (1 based)
size
The number of items per page
Response
OK
content
The content of the page, consisting of a list of objects.
first
True if this is the first page, false otherwise.
last
True if this is the last page, false otherwise.
page
The current page number. The first page has value 1.
size
The current page size. Default 15, maximum 250.
total
The number of objects matching the request.