v1
latestOpenAPI 3.0.02026-08-0650184174.6 KBReturn a list of raw test results
Return a list of raw test results for a specified check
Path parameters
Query parameters
End of period. Format is UNIX timestamp. Default value is current timestamp.
Start of period. Format is UNIX timestamp. Default value is 1 day prior to to.
Default: all probes
Filter to only show results from a list of probes. Format is a comma separated list of probe identifiers
Default: all statuses
Filter to only show results with specified statuses. Format is a comma separated list of (down, up, unconfirmed, unknown)
Number of results to show (Will be set to 1000 if the provided value is greater than 1000)
Number of results to skip (Max value is 43200)
Attach available root cause analysis identifiers to corresponding results
Maximum response time (ms). If set, specified interval must not be larger than 31 days.
Minimum response time (ms). If set, specified interval must not be larger than 31 days.
Response
Successful HTTP Response
Example response
{
"results": [
{
"probeid": 33,
"time": 1294235764,
"status": "up",
"responsetime": 91,
"statusdesc": "OK",
"statusdesclong": "OK"
}
],
"activeprobes": [
33
]
}