Get events, such as warnings or errors, associated with job executions.
Success
Bad request
Unauthorized access
Forbidden access
Not found
{- "_pageInfo": {
- "numberOnPage": 0,
- "total": 0
}, - "responseList": [
- {
- "executionEventId": 1,
- "executionId": 1,
- "eventType": "UNMASKED_DATA",
- "severity": "WARNING",
- "cause": "PATTERN_MATCH_FAILURE",
- "count": 1,
- "timeStamp": "2018-11-06T04:14:46.929+0000",
- "executionComponentId": 1,
- "maskedObjectName": "DB_FIELD_NAME",
- "algorithmName": "MyAlgorithm"
}
]
}