v1

latestOpenAPI 3.0.42026-07-2685196386.6 KB
Webhook

Get paginated execution logs for a webhook.

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.

get/webhooks/{webhookId}/logs

Path parameters

webhookIdstring uuid required

ID of the webhook

Query parameters

ResponseCodeinteger

Filter by HTTP response code (e.g. 200, 500).

Successboolean

Show only successful deliveries (2xx response codes).

Fromstring date-time

Only include logs created on or after this date (inclusive).

Tostring date-time

Only include logs created on or before this date (inclusive).

Filtersstring
Sortsstring
Pageinteger
PageSizeinteger

Response

The object was successfully returned.

successboolean required

Indicates whether the operation was successful

pagesinteger required

The total number of pages available in the paginated response.