---
title: "Get the average time/uptime value for a specified"
method: GET
path: "/summary.average/{checkid}"
tags: ["Summary.average"]
---

# Get the average time/uptime value for a specified

`GET /summary.average/{checkid}`

Get the average time / uptime value for a specified check and time period.

## Path parameters

- `checkid` integer, required

## Query parameters

- `from` integer
- `to` integer
- `probes` string
- `includeuptime` boolean
- `bycountry` boolean
- `byprobe` boolean

## Response `200`

Successful HTTP Response

- SummaryRespAttrs
  - `summary` object
    - `responsetime` object
      - `from` number — Start time of period
      - `to` number — End time of period
      - `avgresponse` union
        - integer — Total average response time in milliseconds
        - object[]
          - `countryiso` string — Country group ISO code
          - `probeid` integer — Probe group probe identifier
          - `avgresponse` integer — Group average response time in milliseconds
    - `status` object
      - `totalup` integer — Total uptime in seconds (Please note that the accuracy of this value is depending on your check resolution).
      - `totaldown` integer — Total downtime in seconds (Please note that the accuracy of this value is depending on your check resolution).
      - `totalunknown` integer — Total unknown/unmonitored/paused in seconds (Please note that the accuracy of this value is depending on your check resolution. Also note that time before the check was created counts as unknown).

---

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