Get Uptime Kuma Monitor Status
uptime_kuma_get_statusRetrieve uptime ratio and average ping for a monitor over a specified period, computed from heartbeats to evaluate availability and latency.
Instructions
Get uptime ratio and avg ping for a monitor over a period.
Args:
monitor_id
period_hours (default 24)
response_format
Returns: uptime (0-1), avgPing ms, computed from heartbeats if needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| monitor_id | Yes | Monitor ID | |
| period_hours | No | Period for uptime calc | |
| response_format | No | markdown or json | markdown |