Get Status Updates for an Incident

PagerDuty Incident Management


Description

Retrieves all status updates for a specified incident, including detailed information about the latest update.

Instructions

Inputs

NameDescription
Incident IDIncident ID to get alerts for. Defaults to {{incident.id}}.

Outputs

NameDescription
Number of status updatesThe incident's number of status updates
List of status updatesThe JSON array of the incident's status updates
Most recent status update IDThe ID of the incident's most recent status update
Most recent status update timeThe datetime of the incident's most recent status update
Most recent status update messageThe message of the incident's most recent status update
Most recent status update sender IDThe user ID of who sent the incident's most recent status update. Null if not sent by a user.
Most recent status update sender nameThe name of the user who sent the incident's most recent status update. Null if not sent by a user.
ResultValue that shows if the action was successful or not. Either "Success" or "Failed."
Result SummaryBrief description of what the action did or if it failed.
ErrorBrief description that populates if the action failed.