Webhooks

List Webhook Logs

GET
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.

Query parameters

webhookTypeenumOptional
The webhook type
retryAttemptsMinintegerOptional
The minimum retry attempts
retryAttemptsMaxintegerOptional
The maximum retry attempts
lastResponseStatusintegerOptional
The last response status
startLastRetryTimestampdatetimeOptional
The minimum last retry timestamp
endLastRetryTimestampdatetimeOptional
The maximum last retry timestamp
startTimestampdatetimeOptional
The minimum timestamp
endTimestampdatetimeOptional
The maximum timestamp (exclusive)
pageintegerOptional
The number of the page to retrieve (1 based)
sizeintegerOptional
The number of items per page

Response

This endpoint returns an object
content
list of objectsOptional
The content of the page, consisting of a list of objects.
page
integerOptional
The current page number. The first page has value 1.
size
integerOptional
The current page size. Default 15, maximum 250.
total
integerOptional
The number of objects matching the request.
first
booleanOptional
True if this is the first page, false otherwise.
last
booleanOptional
True if this is the last page, false otherwise.