Authentication
string
required
Your Active API Key from the Management Tool.
Query parameters
string
Alert events that occurred after this time are included.Accepted formats:
2021-04-01, 2021-04-01T12:00, 2021-04-01T12:00:00.string
Alert events that occurred before this time are included.
int
default:"1000"
Number of alert events to return per request.Default:
1000. Maximum: 1000.int
Cursor for pagination — the ID after which to start returning records. Use the
afterActivityId from a previous response to fetch the next batch.If both
start and end are omitted, all alert events in the database are returned (subject to pagination).Response (200 OK)
int
The ID of the first alert event in the batch. Use this value as the
afterActivityId parameter in the next request to fetch the following 1000 events.array
Array of alert event objects:
Example
Errors
See Status codes. Common errors:- 400 Bad Request — invalid time format, or
alertCount > 1000. - 403 Forbidden — Data Connector not registered.
Related
Alerts (Management Tool)
The Alerts UI for the rules that produce these events.
Alert events tab
The Management Tool’s view of the same alert events.
List sessions with productivity
Sessions during which alerts fired.
API reference
Base URL, authentication, status codes.