get_alert_from_incident
Retrieve details of a specific alert from a PagerDuty incident by providing the incident and alert IDs. If the alert ID is unknown, first use list_alerts_from_incident.
Instructions
Get a specific alert from an incident.
Both IDs must be known, non-empty PagerDuty IDs (e.g. "PALERT123").
If the alert ID is not known, use list_alerts_from_incident to discover
the incident's alerts instead of calling this tool with an empty or
placeholder alert_id.
Args:
incident_id: The ID of the incident
alert_id: The ID of the alert
Returns:
Alert details
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| alert_id | Yes | ||
| incident_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| body | No | ||
| self | Yes | ||
| type | Yes | ||
| status | Yes | ||
| service | No | ||
| summary | Yes | ||
| html_url | Yes | ||
| incident | No | ||
| severity | No | ||
| alert_key | Yes | ||
| created_at | Yes | ||
| suppressed | No | ||
| integration | No |