Get failed webhooks
This action retrieves failed webhook logs within the application. You can use various query parameters to determine the search scope of failed webhooks.
Note: This feature is turned off by default. Contact us if you wish to use this feature.
HTTP request
Parameters
The following table lists the parameters that this action supports.
Parameters
Required | Type | Description |
---|---|---|
app_id | string | The unique ID of the application. |
start_ts | long | Specifies the start time of a period for filtering failed webhooks in Unix milliseconds format. The timestamp of failed webhook is in between the time period set by the |
end_ts | long | Specifies the end time of a period for filtering failed webhooks in Unix milliseconds format. The timestamp of failed webhook is in between the time period set by the |
Optional | Type | Description |
---|---|---|
limit | integer | Specifies the number of results to retrieve per page. Acceptable values are |
token | string | Specifies a page token that indicates the starting index of results to retrieve. If not specified, the index is set to |
Responses
If successful, this action returns the failed webhooks in the response body.
In the case of an error, an error object is returned. A detailed list of error codes is available here.