Actions
List Alerts
List alerts for the specified incident.
An incident represents a problem or an issue that needs to be addressed and resolved.
For more information see the .
Basic Parameters
Parameter | Description |
---|---|
Alert Key | Alert de-duplication key. |
ID | ID of the incident. |
Include | Array of additional details to include. |
Sort By | Used to specify both the field you wish to sort the results on (createdat/resolvedat), as well as the direction (asc/desc) of the results. The sort_by field and direction should be separated by a colon. A maximum of two fields can be included, separated by a comma. Sort direction defaults to ascending. |
Statuses | Return only alerts with the given statuses. (More status codes may be introduced in the future.). |
Advanced Parameters
Parameter | Description |
---|---|
Limit | The number of results per page. |
Offset | Offset to start pagination search results. |
Total | By default the total field in pagination responses is set to null to provide the fastest possible response times. Set total to true for this field to be populated. See our Pagination Docs for more information. |
Example Output
Workflow Library Example
List Alerts with Pagerduty and Send Results Via Email
Preview this Workflow on desktop
Was this page helpful?