v1

latestOpenAPI 3.1.02026-08-066984441.1 MB
webhooks

Returns all logs of the webhook with the specified id.

<Check title="Required Permissions" icon="key">The user must be an admin or have workspace-manage-config:read permissions.</Check>

get/webhooks/{webhookId}/logs

Path parameters

webhookIdstring uuid required

Query parameters

pageinteger

Page number for pagination

pageSizeinteger

Number of items per page

orderbystring

The properties to order by

filterbystring

The filter expression to filter by

Headers

Authorizationstring required

Bearer authentication

Response

OK

messagestring nullable

The message which has been sent to the webhook receiver.

webhookIdstring uuid

The id of the webhook.

responseCodeinteger

The HTTP response code of the request.

createdOnstring date-time

The date the log was created.

reasonstring nullable

The failure reason if the request failed.

isSuccessfulboolean

Whether the request was successful.