---
title: "List all healthchecks"
method: GET
path: "/v1/healthchecks"
tags: ["Healthchecks"]
---

# List all healthchecks

`GET /v1/healthchecks`

Returns all healthcheck monitors for cron job monitoring.

## Response `200`

List of healthchecks

- Healthcheck[]
  - `uuid` string
  - `name` string
  - `pingUrl` string
  - `period` integer — Expected interval in seconds
  - `periodValue` integer, nullable
  - `periodType` 'seconds' | 'minutes' | 'hours' | 'days', nullable
  - `gracePeriod` integer — Grace period in seconds
  - `gracePeriodValue` integer
  - `gracePeriodType` 'seconds' | 'minutes' | 'hours' | 'days'
  - `cron` string, nullable
  - `timezone` string

---

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