---
title: "Get a list of status changes for a specified check"
method: GET
path: "/summary.outage/{checkid}"
tags: ["Summary.outage"]
---

# Get a list of status changes for a specified check

`GET /summary.outage/{checkid}`

Get a list of status changes for a specified check and time period. If order is speficied to descending, the list is ordered by newest first. (Default is ordered by oldest first.)

## Path parameters

- `checkid` integer, required

## Query parameters

- `from` integer
- `to` integer
- `order` 'asc' | 'desc'

## Response `200`

Successful HTTP Response

- SummaryOutageRespAttrs
  - `summary` object
    - `states` object[]
      - `status` 'up' | 'down' | 'unknown' — Interval status
      - `timefrom` number — Interval start. Format UNIX timestamp
      - `timeto` number — Interval end. Format UNIX timestamp

---

[API](https://skmtc.dev/pingdom/apis/pingdom-public-api.md) · [All operations](https://skmtc.dev/pingdom/apis/pingdom-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/pingdom/pingdom-public-api/revisions/d05c91a3c64b/schema)
