For the complete documentation index, see llms.txt. This page is also available as Markdown.

incidentsConnection

Examples

type IncidentsConnection {
  items: [Incident!]!
  totalCount: Int!
  hasMore: Boolean!
}

Fields

Field
Description
Supported fields

id String! caseId String! name String! description String type IncidentType! severity IncidentSeverity! status IncidentStatus! blockedReason String owner String creator String! slaTargetAt DateTime settings IncidentSettings! isOxDeclared Boolean! autoExpandFromSource Boolean! externalReferences [String!]! sourcePublishedAt DateTime counts IncidentCounts! exposureState ExposureState currentSeverity IncidentSeverity isMonitoring Boolean! affectedResourceCount Int! summary [IncidentSummarySection!]! aiSummary IncidentAiSummary indicatorCounts IncidentIndicatorCounts countsAsOf DateTime lastMatchedAt DateTime lastExposureChange DateTime resolvedAt DateTime createdAt DateTime updatedAt DateTime indicators [Indicator!]

totalCount Int!

hasMore Boolean!

References

Queries using this object:

Last updated