---
title: "Return a list of raw test results"
method: GET
path: "/results/{checkid}"
tags: ["Results"]
---

# Return a list of raw test results

`GET /results/{checkid}`

Return a list of raw test results for a specified check

## Path parameters

- `checkid` integer, required

## Query parameters

- `to` integer
- `from` integer
- `probes` string — Default: all probes
- `status` string — Default: all statuses
- `limit` integer
- `offset` integer
- `includeanalysis` boolean
- `maxresponse` integer
- `minresponse` integer

## Response `200`

Successful HTTP Response

- ResultsRespAttrs
  - `results` object[]
    - `probeid` number — Probe identifier
    - `time` number — Time when test was performed. Format is UNIX timestamp
    - `status` 'up' | 'down' | 'unconfirmed' | 'unknown' — Result status
    - `responsetime` number — Response time (in milliseconds) (Will be 0 if no response was received)
    - `statusdesc` string — Short status description
    - `statusdesclong` string — Long status description
  - `activeprobes` number[] — For your convenience, a list of used probes that produced the showed results

---

[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/versions/d05c91a3c64b/schema)
