TargetFailures
Query Target failures in Zendesk.
Table Specific Information
Select
The following queries are processed server side while other filters are processed client side within the server.SELECT * FROM TargetFailures SELECT * FROM TargetFailures WHERE Id = 1
You can turn off the client-side execution of the query by setting SupportEnhancedSQL to false in which case any other search criteria will be ignored and an unfiltered response will be returned.
Columns
| Name | Type | References | Description |
| Id [KEY] | Long | The ID of the target failure. | |
| StatusCode | Integer | HTTP status code of the target failure. | |
| TargetName | String | Name of the target failure. | |
| ConsecutiveFailureCount | Integer | Number of times the target failed consecutively. | |
| CreatedAt | Datetime | Time of the failure. | |
| RawRequest | String | The raw message of the target request. | |
| RawResponse | String | The raw response of the failure. |