TargetFailures
Returns target failures, including HTTP status codes, failure counts, and raw request and response details.
View-Specific Information
Select
The following queries are processed server-side while other filters are processed client-side within the provider:SELECT * FROM TargetFailures
SELECT * FROM TargetFailures WHERE Id = 1
Columns
| Name | Type | References | Description |
| Id [KEY] | Long | The unique Id of the target failure. | |
| StatusCode | Integer | The HTTP status code of the target failure. | |
| TargetName | String | The name of the target that failed. | |
| ConsecutiveFailureCount | Integer | The number of times the target failed consecutively. | |
| CreatedAt | Datetime | The date and time when the failure occurred. | |
| RawRequest | String | The raw message of the request sent to the target. | |
| RawResponse | String | The raw response returned for the failed request. |