Skip to main content
Returns alert events that have occurred when alerts were triggered — with full details for each event including what activity caused the trigger and a deep-link into the Session Viewer to review the recording. Paginated with up to 1000 events per request.

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.
Requesting more than 1000 alert events (alertCount > 1000) returns HTTP 400 Bad Request.
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:
The playerLink field contains a legacy URL with /EkranSystem/Player?... — this is the literal current Session Viewer URL preserved verbatim in the API response. Use it exactly as returned by the API.

Example

Pagination loop: call the endpoint with alertCount=1000 and no afterActivityId. From the response, take afterActivityId and pass it as the parameter in the next call. Continue until the response contains fewer than 1000 alerts — that’s the last page.

Errors

See Status codes. Common errors:
  • 400 Bad Request — invalid time format, or alertCount > 1000.
  • 403 Forbidden — Data Connector not registered.

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.