List velocity anomalies
Velocity Scoring
List velocity anomalies
List subjects with velocity scores above a threshold. Use this to identify high-velocity anomalies across your tenant.
GET
List velocity anomalies
Returns a paginated list of subjects whose velocity score meets or exceeds the specified threshold. Use this endpoint to monitor for velocity anomalies across your tenant without querying individual subjects.
Results are sorted by velocity score (highest first) and support cursor-based pagination. See the velocity and anomaly scoring guide for the scoring model and integration patterns.
Request
Minimum velocity score threshold (0–100). Only subjects with a score at or above this value are returned. Defaults to
0.Maximum number of results to return (1–100). Defaults to
25.Pagination cursor from a previous response. Pass this to retrieve the next page of results.
Response
List of subjects with elevated velocity scores. Each entry includes
subject_id, action_type, windows (with 1m, 5m, 1h, 24h counts), velocity_score, and last_recorded_at.Pagination cursor for the next page.
null when there are no more results.
