---
title: "Get Paused Incident Reporting counts"
method: GET
path: "/paused_incident_reports/counts"
tags: ["Paused Incident Reports"]
---

# Get Paused Incident Reporting counts

`GET /paused_incident_reports/counts`

Returns reporting counts for paused Incident usage for a given reporting period (maximum 6 months lookback period).  Note: This feature is currently available as part of the Event Intelligence package or Digital Operations plan only.

For more information see the [API Concepts Document](../../api-reference/a47605517c19a-api-concepts#paused-incident-reports)

Scoped OAuth requires: `incidents.read`

## Query parameters

- `since` string, date-time
- `until` string, date-time
- `service_id` string
- `suspended_by` 'auto_pause' | 'rules'

## Headers

- `Accept` string, required
- `Content-Type` 'application/json', required

## Response `200`

Paused Incident Reporting counts for the Account or scoped to a Service.

- object
  - `paused_incident_reporting_counts` object — A representation of Alerts that were paused, triggered after pause, and resolved after pause.
    - `since` string — The start of the date range over which the report data is represented.
    - `until` string — The end of the date range over which the report data is represented.
    - `paused_count` number — The total number of paused Alerts for the Account or Servce.
    - `triggered_after_pause_count` number — The total number of paused Alerts for the Account or Service that were triggerd after being paused (non-transient Alerts).
    - `resolved_after_pause_count` number — The total number of paused Alerts for the Account or Service that were resolved after being paused and not triggered (transient Alerts).

## Other responses

- `400` — Caller provided invalid arguments. Please review the response for error details. Retrying with the same arguments will *not* work.
- `403` — Caller is not authorized to view the requested resource. While your authentication is valid, the authenticated user or token does not have permission to perform this action.
- `404` — The requested resource was not found.
- `429` — Too many requests have been made, the rate limit has been reached.
- `500` — Internal Server Error the PagerDuty server experienced an error.

---

[API](https://skmtc.net/pagerduty/apis/rest-api.md) · [All operations](https://skmtc.net/pagerduty/apis/rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pagerduty/rest-api/revisions/b679a8f3f02c/schema)
