Actions
List Raw Results
Return a list of raw test results for a specified check.

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 |
|---|---|
| Check ID | - |
| From | Start of period. Format is UNIX timestamp. Default value is 1 day prior to to. |
| Include Analysis | Attach available root cause analysis identifiers to corresponding results. |
| Limit | Number of results to show (Will be set to 1000 if the provided value is greater than 1000). |
| Maximum Response | Maximum response time (ms). If set, specified interval must not be larger than 31 days. |
| Minimum Response | Minimum response time (ms). If set, specified interval must not be larger than 31 days. |
| Offset | Number of results to skip (Max value is 43200). |
| Probes | Filter to only show results from a list of probes. Format is a comma separated list of probe identifiers. Default: all probes. |
| Status | Filter to only show results with specified statuses. Format is a comma separated list of ( down, up, unconfirmed, unknown).Default: all statuses. |
| To | End of period. Format is UNIX timestamp. Default value is current timestamp. |
{
"activeprobes": [
33
],
"results": [
{
"probeid": 33,
"responsetime": 91,
"status": "up",
"statusdesc": "OK",
"statusdesclong": "OK",
"time": 1294235764
}
]
}
Was this page helpful?