PagerDuty

PAGERDUTY_GET_INCIDENT_ALERT_DETAILS

Retrieves detailed information about a specific alert associated with a particular incident in PagerDuty. This endpoint is used when you need to access the properties and current state of an individual alert within the context of its parent incident. It's particularly useful for tracking the progression of an alert, understanding its current status, and gathering related metadata. The endpoint should be called when detailed information about a single alert is required, rather than for bulk operations or listing multiple alerts. Note that this endpoint focuses on retrieving data and does not modify the alert or incident.

Remote pagerduty

Other tools also called PAGERDUTY_GET_INCIDENT_ALERT_DETAILS? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "title": "Id",
      "description": "The ID of the resource."
    },
    "alert_id": {
      "type": "string",
      "title": "Alert Id",
      "description": "The id of the alert to retrieve."
    }
  }
}