---
title: "GET /checks"
method: GET
path: "/checks"
tags: ["Checks"]
---

# GET /checks

`GET /checks`

Returns a list overview of all checks.

## Query parameters

- `limit` integer
- `offset` integer
- `showencryption` boolean
- `include_tags` boolean
- `include_severity` boolean
- `tags` string

## Response `200`

Successful operation

- Checks
  - `checks` CheckWithStringType[]
    - `id` integer
    - `name` string
    - `lasterrortime` integer — Timestamp of last error (if any). Format is UNIX timestamp
    - `lasttesttime` integer — Timestamp of last test (if any). Format is UNIX timestamp
    - `lastresponsetime` integer — Response time (in milliseconds) of last test.
    - `lastdownstart` integer — Timestamp of start of last check down (if any). Format is UNIX timestamp.
    - `lastdownend` integer — Timestamp of end of last check down (if any). Format is UNIX timestamp. During a downtime it will be lasttesttime.
    - `status` 'up' | 'down' | 'unconfirmed_down' | 'unknown' | 'paused'
    - `resolution` integer — How often should the check be tested? (minutes)
    - `hostname` string — Target host
    - `created` integer — Creating time. Format is UNIX timestamp
    - `tags` Tag[] — List of tags for check
      - `name` string
      - `type` string
      - `count` integer
    - `ipv6` boolean — Use ipv6 instead of ipv4
  - `counts` Counts
    - `total` integer — Total number of checks
    - `limited` integer — Number of checks after tags filter was applied
    - `filtered` integer — Number of checks after limit was applied

---

[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)
