Returns all logs of the webhook with the specified id.

GET

Returns all logs of the webhook with the specified id.

Required Permissions: The user must be an admin or have workspace-manage-config:read permissions.

Path parameters

webhookIdstringRequired
The id of the webhook to get the logs for.

Query parameters

pageintegerOptional
Page number for pagination
pageSizeintegerOptional
Number of items per page
orderbystringOptional
The properties to order by
filterbystringOptional
The filter expression to filter by

Response

This endpoint returns a list of objects
messagestringOptional
The message which has been sent to the webhook receiver.
webhookIdstringOptional
The id of the webhook.
responseCodeintegerOptional
The HTTP response code of the request.
createdOndatetimeOptional
The date the log was created.
reasonstringOptional
The failure reason if the request failed.
isSuccessfulbooleanOptional
Whether the request was successful.