List Risk Signals
Risk Signals
List risk signals
Returns risk signals for the authenticated tenant with pagination. Filter by source, signal type, entity, or minimum score.
GET
List Risk Signals
Returns risk signals for the authenticated tenant with cursor-based pagination. Use query parameters to filter by source, signal type, subject, or minimum risk score.
Parameters
Filter by signal source (e.g.
external, login, verification)Filter by signal type (e.g.
velocity, ato, geo_anomaly)Filter by subject type:
user, issuer, attestation, session, ip, or deviceFilter by subject ID
Return only signals with a score greater than or equal to this value (0–100)
Number of results to return (max 100, default 50)
Pagination cursor from a previous response
Authorizations
API key for machine-to-machine authentication
Query Parameters
Filter by signal source
Filter by signal type
Filter by entity type
Available options:
user, device, ip, document, session Filter by entity ID
Return only signals with score >= this value
Required range:
0 <= x <= 1Required range:
x <= 100
