List ATO alerts
Account Takeover
List ATO alerts
List account takeover alerts triggered by the ATO heuristic engine. Alerts are created automatically when a subject crosses a risk threshold.
GET
List ATO alerts
Returns a paginated list of ATO alerts for your tenant. Alerts are created automatically when the ATO evaluation endpoint detects that a subject has crossed a risk threshold. Each alert includes the subject, alert type, risk level at the time of triggering, and a reference to the auto-ingested risk signal.
See the account takeover detection guide for the full workflow.
Query parameters
Filter alerts by subject identifier.
Maximum number of alerts to return (default 25, max 100).
Cursor for pagination. Use the value from the previous response to fetch the next page.
Response
Array of alert objects.
UUID of the alert.
The subject that triggered the alert.
Alert category:
velocity_exceeded or credential_stuffing.Risk level when the alert was created:
elevated | high | criticalRisk score when the alert was created.
UUID of the auto-ingested risk signal linked to this alert.
ISO 8601 timestamp of when the alert was created.
Cursor for the next page of results.
null when there are no more results.
