Get executions of a webhook

GET https://{{base_url}}/v3/webhooks/{{webhook_uid}}/executions

The Get executions of a webhook request allows you to fetch the execution details of a specific webhook, which includes the execution UID. These details are instrumental in retrieving webhook logs and retrying a failed webhook.
To configure the permissions for your application via OAuth, please include the cm.webhook:read scope.

To use the API Request, you will need to authenticate yourself either with a Management Token (highly recommended) or an Authtoken. 
Read more about it in Authentication.


For more information, refer to the Get executions of a webhook API Reference document

Request Params

KeyDatatypeRequiredDescription
fromstringEnter the start date for your date range filter in ISO format.
tostringEnter the end date for your date range filter in ISO format.
querystringEnter the actual query that will be executed to retrieve failed or successful webhook executions. This query should be in JSON format.
only_eventsbooleanSet to true to receive events without "request_details," and set to false to include "request_details" in the response.

HEADERS

KeyDatatypeRequiredDescription
api_keystringEnter the API key of your stack
authtokenstringEnter your authtoken.
authorizationstringFor this call we recommend you to use management token.
Content-Typestring