Get a list of probes that performed tests for a specified check during a specified period.

Parameters

ParameterDescription
Check ID-
FromStart time of period. Format is UNIX timestamp.
ToEnd time of period. Format is UNIX timestamp. The defualt value is current time.

Example Output

{
	"probes": [
		43,
		42,
		41,
		40,
		39,
		37,
		36,
		35,
		34,
		33,
		32,
		31,
		30,
		29,
		28,
		27,
		24,
		23,
		22,
		21
	]
}

Workflow Library Example

List Test Probes with Pingdom and Send Results Via Email

Preview this Workflow on desktop