cURL
Detections
List detection runs
Retrieve runs for a specific detection. Supports server-side pagination via limit/offset and a filter query parameter (all, hits, clear, errors) that mirrors the agent list view’s definition of a hit (rows present in the detection_hits table).
GET
cURL
Authorizations
API Key authentication for programmatic access. Include your API key in the Authorization header as: Bearer your_api_key_here
Path Parameters
Detection UUID
Query Parameters
Page size, defaults to 25.
Required range:
1 <= x <= 100Offset into the result set, defaults to 0.
Required range:
x >= 0Optional server-side filter on run kind. Defaults to "all".
Available options:
all, hits, clear, errors