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

incidentEvent

Examples

type IncidentEvent {
  id: String!
  incidentId: String!
  kind: IncidentEventKind!
  message: String!
  actor: String!
  createdAt: DateTime!
}

Fields

Field
Description
Supported fields

id String!

incidentId String!

message String!

actor String!

createdAt DateTime!

References

Fields with this object:

Last updated