V3IncidentsIncidentResponse
Represents an incident.
Fields
id
str
✔️
N/A
service_id
str
✔️
N/A
alert_source_id
str
✔️
N/A
organization_id
str
✔️
N/A
slo_id
Optional[int]
➖
N/A
incident_number
int
✔️
N/A
message
str
✔️
N/A
description
str
✔️
N/A
status
str
✔️
N/A
created_by
Optional[str]
➖
N/A
sender_email
Optional[str]
➖
N/A
deleted
bool
✔️
N/A
event_count
int
✔️
N/A
relevant_users
List[str]
✔️
N/A
relevant_escalation_policies
List[str]
✔️
N/A
relevant_squads
List[str]
✔️
N/A
relevant_schedules
List[str]
✔️
N/A
attachments
List[str]
✔️
N/A
webform_id
Optional[int]
➖
N/A
webform_submission_id
Optional[int]
➖
N/A
is_child
bool
✔️
N/A
parent
➖
Reference to a merged incident entity.
did_auto_pause
bool
✔️
N/A
did_auto_pause_timeout
bool
✔️
N/A
manually_marked_transient_alert_feedback_type
str
✔️
N/A
classification_id
int
✔️
N/A
grouped_alert_count
int
✔️
N/A
has_priority
bool
✔️
N/A
did_notification_delay
bool
✔️
N/A
notification_delay_policy
✔️
Policy for delaying notifications.
digest_id
str
✔️
N/A
Last updated