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
Key | Datatype | Required | Description |
---|---|---|---|
from | string | Enter the start date for your date range filter in ISO format. | |
to | string | Enter the end date for your date range filter in ISO format. | |
query | string | Enter the actual query that will be executed to retrieve failed or successful webhook executions. This query should be in JSON format. | |
only_events | boolean | Set to true to receive events without "request_details," and set to false to include "request_details" in the response. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
api_key | string | Enter the API key of your stack | |
authtoken | string | Enter your authtoken. | |
authorization | string | For this call we recommend you to use management token. | |
Content-Type | string |