PagerDuty

PAGERDUTY_FETCH_STATUS_PAGES

Retrieves a list of all status pages configured in the PagerDuty account. Status pages provide real-time information about the operational status of services, ongoing incidents, and planned maintenance. This endpoint should be used when you need to obtain an overview of all available status pages, which can be useful for monitoring, reporting, or integrating status information into other systems. The response will include details such as the status page ID, name, and current state. Note that this endpoint does not provide the actual content of each status page, but rather metadata about the pages themselves.

Remote pagerduty

Other tools also called PAGERDUTY_FETCH_STATUS_PAGES? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "status_page_type": {
      "enum": [
        "public",
        "private"
      ],
      "type": "string",
      "title": "Status Page Type",
      "description": "The type of the Status Page."
    }
  }
}