Device Fingerprint
Using the dashboardWebhooks

View delivery log

Webhooks: View delivery log

Select View Delivery Log in the action menu of the Webhooks list to open the log drawer of the specified Webhook.

You can check it in the log:

InformationPurpose
Delivery IDUniquely identifies a Webhook delivery, used for idempotence and troubleshooting
Delivery timeCheck the target service log to confirm when the request is sent
Request IDFind the identification event that triggered the callback
HTTP statusDetermine whether the target service is successful, error or timeout
Response BodyCheck the error information returned by the target service to assist in locating back-end problems

Click the Request ID to open the corresponding event details. Click View Details to expand the Response Body, and click again to collapse it.

The Response Body may contain internal error messages returned by your server. Please control log access according to corporate security requirements and do not share it publicly.

In addition to HTTP status, the log may also record the following delivery results:

ResultMeaning
succeededTarget service returns HTTP 2xx
failed_httpThe target service returns HTTP 3xx, 4xx, or 5xx
failed_timeoutDNS, connection, TLS, or overall request timeout
rejected_urlThe target address does not comply with URL security rules and the request was not initiated
rejected_taskThe delivery task or payload verification failed and the request was not initiated
failed_internalGeelab internal processing exception; if there is no result details, please contact support

Illustration: Delivery log

On this page