For prerequisites, see PagerDuty incident actions.
Get a PagerDuty incident
The action identifier is pagerduty.incident.get.
Retrieves the details of a single PagerDuty incident by ID.
The following table describes all available input fields for this action.
Input | Type | Description | Example |
|---|---|---|---|
token | String | Required. PagerDuty API token. |
|
incidentId | String | Required. The incident ID to retrieve. |
|
parameters | Map | Optional. Additional query parameters such as |
|
selectors | List | Optional. JQ selectors to extract fields from the output. |
|
The following table describes all output fields returned by this action.
Output | Type | Description |
|---|---|---|
success | Boolean |
|
response | Object | The incident object. |
errorMessage | String | Error message on failure. |
The following example retrieves the details of a PagerDuty incident by ID.
Workflow example |
|---|
|