customer_detections
Retrieve customer detections using filters like date range, detection rule IDs, and enabled status, with pagination and sorting for efficient incident response.
Instructions
Detections · query customerDetections. Variables: after, filter, first, order. Example variables: {"after":"T18w","filter":{"createdAt":{"earliest":"2026-05-01T00:00:00.000Z","latest":"2026-05-01T00:00:00.000Z"},"detectionRuleIds":[""],"displaySlugs":[0],"enabled":true,"ineligible":true,"integrationIds":[""],"sourceTypes":[""]},"first":10,"order":{"direction":"ASC","orderBy"...
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| after | No | GraphQL: String | |
| first | No | GraphQL: Int | |
| order | No | GraphQL: CustomerDetectionOrder | |
| filter | No | GraphQL: CustomerDetectionFilter | |
| customer_slug | No | Override the x-reliaquest-customer (OpCo) header. |