PagerDuty

PAGERDUTY_GET_STATUS_PAGE_SUBSCRIPTION

Retrieves detailed information about a specific subscription associated with a particular status page in PagerDuty. This endpoint allows users to fetch subscription details such as the subscriber's contact information, notification preferences, and current subscription status. It should be used when you need to review or verify the details of an existing subscription for a status page. The endpoint is particularly useful for managing and auditing subscriber information, troubleshooting notification issues, or when updating subscription settings. Note that this endpoint only provides read access to subscription data and cannot be used to modify or create new subscriptions.

Remote pagerduty

Other tools also called PAGERDUTY_GET_STATUS_PAGE_SUBSCRIPTION? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "title": "Id",
      "description": "The ID of the resource."
    },
    "subscription_id": {
      "type": "string",
      "title": "Subscription Id",
      "description": "The ID of the Status Page subscription."
    }
  }
}