Actions
Get Average Uptime
Get the average time / uptime value for a specified check and time period.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| By Country | Split response times into country groups. |
| By Probe | Split response times into probe groups. |
| Check ID | - |
| From | Start time of period. Format is UNIX timestamp. |
| Include Uptime | Include uptime information. |
| Probes | Filter to only use results from a list of probes. Format is a comma separated list of probe identifiers. By default result from all probes are shown. |
| To | End time of period. Format is UNIX timestamp. Default is the current time. |
{
"summary": {
"responsetime": {
"avgresponse": 458,
"from": 0,
"to": 1294245226
},
"status": {
"totaldown": 771879,
"totalunknown": 1240401138,
"totalup": 53072286
}
}
}
Was this page helpful?