---
title: "Get a healthcheck"
method: GET
path: "/v1/healthchecks/{uuid}"
tags: ["Healthchecks"]
---

# Get a healthcheck

`GET /v1/healthchecks/{uuid}`

## Path parameters

- `uuid` string, required

## Response `200`

Healthcheck details

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