health_incidents
Retrieve health incidents with customizable filters for status, assignees, and creation or closure times, enabling proactive monitoring and quick resolution of system issues.
Instructions
Incidents · query healthIncidents. Variables: after, first, incidentFilter, incidentOrder. Example variables: {"after":"T18w","first":10,"incidentFilter":{"acknowledged":true,"assignees":[""],"closed":{"earliest":"2026-05-01T00:00:00.000Z","latest":"2026-05-01T00:00:00.000Z"},"created":{"earliest":"2026-05-01T00:00:00.000Z","latest":"2026-05-01T00:00:00.000Z"},"escalated":{"earliest":"2026-05-01...
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| after | No | GraphQL: String | |
| first | No | GraphQL: Int | |
| customer_slug | No | Override the x-reliaquest-customer (OpCo) header. | |
| incidentOrder | No | GraphQL: IncidentOrder | |
| incidentFilter | No | GraphQL: HealthIncidentFilter |