get_incident_alerts
Retrieve all alerts linked to an incident by providing its PagerDuty ID. Get a list of alert details and total alert count.
Instructions
Get all alerts associated with an incident.
Args: incident_id: PagerDuty incident ID
Returns: Dict with keys: - alerts: List of alert details - total: Count of alerts
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| incident_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |