- The API call to /integrationServices/v3/alert/<alert_id> fails to return the events that triggered that alert
- The Events field on the alert object is an empty array
- Results example (deviceinfo and threatinfo have been scrubbed in this example. Notice there is no data next to the Events filed):
{
"orgId": 1234,
"deviceInfo": {
...
},
"threatInfo": {
...
},
"events": [],
"success": true,
"message": "Success"
}