Get Uptime Kuma Heartbeats
uptime_kuma_get_heartbeatsRetrieve recent heartbeat data for a monitor to verify uptime, inspect status and ping, and identify the cause of downtime.
Instructions
Get recent heartbeats for a monitor (status, ping, msg, time).
Args:
monitor_id
period_hours (1-720, default 24)
limit (1-200, default 50)
response_format
Returns newest-first list. Use when: "show recent checks for monitor 5", "why was it down?"
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max heartbeats to return | |
| monitor_id | Yes | Monitor ID | |
| period_hours | No | Lookback period in hours (1-720) | |
| response_format | No | markdown or json | markdown |