v1

latestOpenAPI 3.0.32026-07-13331437.0 KB
Healthchecks

List all healthchecks

Returns all healthcheck monitors for cron job monitoring.

get/v1/healthchecks

Response

List of healthchecks

uuidstring
namestring
pingUrlstring
periodinteger

Expected interval in seconds

periodValueinteger nullable
periodType'seconds' | 'minutes' | 'hours' | 'days' nullable
gracePeriodinteger

Grace period in seconds

gracePeriodValueinteger
gracePeriodType'seconds' | 'minutes' | 'hours' | 'days'
cronstring nullable
timezonestring

Example response

[
  {
    "uuid": "tok_abc123def456",
    "name": "Daily Backup Job",
    "pingUrl": "https://hc.hyperping.io/tok_abc123def456",
    "cron": "0 2 * * *",
    "timezone": "America/New_York"
  }
]