PagerDuty

PAGERDUTY_LIST_INCIDENT_STATUS_UPDATE_SUBSCRIBERS

Retrieves a list of subscribers to status updates for a specific incident in PagerDuty. This endpoint allows you to see all users or services that are currently subscribed to receive notifications about status changes for the given incident. It's useful for understanding who is being kept informed about the incident's progress. This tool should be used when you need to review or audit the notification list for an incident, ensuring that all necessary stakeholders are included. It does not modify the subscriber list; for adding or removing subscribers, separate endpoints would be required.

Remote pagerduty

Other tools also called PAGERDUTY_LIST_INCIDENT_STATUS_UPDATE_SUBSCRIBERS? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "title": "Id",
      "description": "The ID of the resource."
    }
  }
}