Monitors
Get Monitor Response Time
Retrieve min, max, and average response times for a monitor over a timespan.
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 to calculate the uptime for. Can be 24h, 7d, 30d, 90d.
Default
"live"
Value in
"live" | "24h" | "7d" | "30d" | "90d"
Response Body
curl -X GET "https://garmingo.com/api/status/v1/monitors/string/response-time?timespan=live"
{
"data": {
"avg": 0,
"max": 0,
"min": 0
},
"success": true
}