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.
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. |
Optional | Type | Description |
---|---|---|
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 |
webhook_status_code | integer | Specifies the HTTP status code of the failed webhook. |
webhook_category | string | Specifies the category of the failed webhook depending on the failure type. |
limit | integer | Specifies the number of results to retrieve per page. Acceptable values are |
next_ts | long | Specifies the pagination timestamp in Unix milliseconds to be the reference point of the query when retrieving the next page of failed webhooks. |
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.