Last updated
© 2025 make.com
Last updated
Retrieves the specified webhook execution log. The response contains:
statusId
: the status of the webhook execution; 1
means successful execution, 3
means failed execution
loggedAt
: the moment when Make created the log
id
: the ID of the webhook execution log
data
: information about the request, header, and payload sent to the webhook.
Some webhooks don't return the data
object due to their implementation. Most common examples include instant triggers for Slack, Zoom, Intercom and Facebook lead ads apps.
The ID of the webhook. Use the GET /hooks API call to get the ID values of your webhooks.
654
The ID of the webhook execution log. Use the GET /hooks/{hookId}/logs API call to get the ID values of your webhook execution logs.
"95b1c20c790ff5f9d2f1e805943ce95d"
Successful response