Optional filterRestrict the results to detections matching the given free-text query.
Optional filterRestrict the results to detections in the given state.
Optional pageThe zero-based index of the page to return; the first page is 0.
Optional pageThe number of detections to return per page.
Optional sortA comma-separated list of attributes to sort detections by. Prefix an attribute with
- for descending order.
The attributes available for sorting are id, created_at, assigned_to,
detection_type, display_name, exception_at, mitigate_after, mitigated_at,
priority, resource_id, and state. Defaults to created_at,-id.
Generated using TypeDoc
The detection type that identifies the control; for example,
unused_api_keys.