List detection hits
Retrieve a flattened hit feed across all detections in the current organization. Pass detectionId to restrict the feed (and its aggregate summary) to a single detection — used by the detection-agent detail page to surface verifier evidence + cited tool calls without leaving the page. Uses a single batch query instead of N concurrent queries per detection.
Authorizations
API Key authentication for programmatic access. Include your API key in the Authorization header as: Bearer your_api_key_here
Query Parameters
Maximum number of hits to return per page (1-200, default: 100)
1 <= x <= 200Number of hits to skip for pagination (default: 0)
x >= 0Restrict the feed to hits produced by a single detection agent. When omitted, returns hits across all accessible detections.
Comma-separated severities to include, such as "high,critical". When omitted, returns all severities.