Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.truthlocks.com/llms.txt

Use this file to discover all available pages before exploring further.

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

min_score
integer
Minimum velocity score threshold (0–100). Only subjects with a score at or above this value are returned. Defaults to 0.
limit
integer
Maximum number of results to return (1–100). Defaults to 25.
cursor
string
Pagination cursor from a previous response. Pass this to retrieve the next page of results.

Response

anomalies
array
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.
cursor
string
Pagination cursor for the next page. null when there are no more results.