Skip to main content

List Raw Results

Return a list of raw test results for a specified check.

Parameters

ParameterDescription
Check ID-
FromStart of period. Format is UNIX timestamp. Default value is 1 day prior to to.
Include AnalysisAttach available root cause analysis identifiers to corresponding results.
LimitNumber of results to show (Will be set to 1000 if the provided value is greater than 1000).
Maximum ResponseMaximum response time (ms). If set, specified interval must not be larger than 31 days.
Minimum ResponseMinimum response time (ms). If set, specified interval must not be larger than 31 days.
OffsetNumber of results to skip (Max value is 43200).
ProbesFilter to only show results from a list of probes. Format is a comma
separated list of probe identifiers.

Default: all probes.
StatusFilter to only show results with specified statuses. Format is a comma
separated list of (down, up, unconfirmed, unknown).

Default: all statuses.
ToEnd of period. Format is UNIX timestamp. Default value is current timestamp.

Example Output

{
"activeprobes": [
33
],
"results": [
{
"probeid": 33,
"responsetime": 91,
"status": "up",
"statusdesc": "OK",
"statusdesclong": "OK",
"time": 1294235764
}
]
}

Workflow Library Example

List Raw Results with Pingdom and Send Results Via Email

Workflow LibraryPreview this Workflow on desktop