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.

Available from 1 provider (1 remote)

Input Schema


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

Remote Providers (1)

These servers are accessible over the network — no local installation needed.

PagerDuty

Remote

pagerduty

View product →