Returns all logs of the webhook with the specified id.
Returns all logs of the webhook with the specified id.
Required Permissions
The user must be an admin or haveworkspace-manage-config:read
permissions.Path parameters
webhookId
The id of the webhook to get the logs for.
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Query parameters
page
Page number for pagination
pageSize
Number of items per page
orderby
The properties to order by
filterby
The filter expression to filter by
Response
OK
message
The message which has been sent to the webhook receiver.
webhookId
The id of the webhook.
responseCode
The HTTP response code of the request.
createdOn
The date the log was created.
reason
The failure reason if the request failed.
isSuccessful
Whether the request was successful.