PAGERDUTY_COUNT_PAUSED_INCIDENT_REPORTS

Retrieves the count of paused incident reports in the PagerDuty system. This endpoint is part of PagerDuty's Incident Management and Analytics features, providing a quick way to quantify the number of incidents that are currently in a paused state. It's particularly useful for generating high-level analytics, tracking incident management efficiency, and identifying trends in incident handling. The endpoint returns a simple count, making it ideal for dashboard displays or periodic system status checks. It should be used when a rapid overview of paused incidents is needed, but it won't provide detailed information about individual incidents.

Available from 1 provider (1 remote)

Input Schema


            {
  "type": "object",
  "properties": {
    "since": {
      "type": "string",
      "title": "Since",
      "description": "The start of the date range over which you want to search."
    },
    "until": {
      "type": "string",
      "title": "Until",
      "description": "The end of the date range over which you want to search."
    },
    "service_id": {
      "type": "string",
      "title": "Service Id",
      "description": "Specifies a filter to limit the scope of reporting to a particular service "
    },
    "suspended_by": {
      "title": "Suspended By",
      "description": "Specifies a filter to scope the response to either alerts suspended by Auto Pause or Event Rules. "
    }
  }
}
          

Remote Providers (1)

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

PagerDuty

Remote

pagerduty

View product →