---
title: "List heartbeat monitors."
method: GET
path: "/heartbeat-monitors"
tags: ["Heartbeat Monitors"]
---

# List heartbeat monitors.

`GET /heartbeat-monitors`

This resource uses a 'cursor' to paginate. 'start-index' has no effect here.

## Query parameters

- `cursor` string
- `max-results` integer
- `include` string[]

## Response `200`

The heartbeat monitor objects

- HeartbeatMonitorNoIncludes[]
  - `id` integer
  - `name` string, required
  - `state` 'UNKNOWN' | 'HEALTHY' | 'OVERDUE'
  - `intervalSec` integer, required
  - `alertSummary` string
  - `createdAt` string, ISO-8601
  - `updatedAt` string, ISO-8601
  - `teams` TeamRel[]
    - `id` integer
    - `name` string

---

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