Garmingo Docs
Monitors

Get Monitor Uptime

Fetch uptime percentage for a monitor over a selected timespan (24h–90d).

GET
/monitors/{id}/uptime
x-garmingo-status-key<token>

Your Garmingo Status API key. Can be generated at https://garmingo.com/s/settings

In: header

Path Parameters

idstring

Query Parameters

timespan?string

The timespan you want to get the monitors uptime for

Default"24h"
Value in"24h" | "7d" | "30d" | "90d"

Response Body

curl -X GET "https://garmingo.com/api/status/v1/monitors/string/uptime?timespan=24h"
{
  "success": true
}