For prerequisites, see PagerDuty incident actions.
List PagerDuty incidents
The action identifier is pagerduty.incident.list.
Retrieves a list of incidents from PagerDuty with optional filtering parameters such as date ranges and status. Supports all query parameters available in the PagerDuty List Incidents API via the parameters map.
The following table describes all available input fields for this action.
Input | Type | Description | Example |
|---|---|---|---|
token | String | Required. PagerDuty API token. |
|
parameters | Map | Optional. Query parameters for filtering. Supports all PagerDuty List Incidents API 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 | Contains an |
errorMessage | String | Error message on failure. |
The following example lists resolved PagerDuty incidents since a given time.
Workflow example |
|---|
|