Get Webhook Logs
Returns a paginated list of Komerza.Database.Entities.Webhooks.WebhookExecutionLog entries for the given webhook.
Supports filtering by response code and success/failure status via query parameters.
Requires the user.webhooks.view permission.
Authorizations
Your API key goes here
Path Parameters
ID of the webhook
Query Parameters
Filter by HTTP response code (e.g. 200, 500).
Show only successful deliveries (2xx response codes).
Only include logs created on or after this date (inclusive).
Only include logs created on or before this date (inclusive).
1 <= x <= 21474836471 <= x <= 2147483647Response
The object was successfully returned.
Represents a paginated response returned from API endpoints, which contains the paginated data and metadata about the pagination.