Actions
List Test Probes
Get a list of probes that performed tests for a specified check during a specified 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 |
|---|---|
| Check ID | - |
| From | Start time of period. Format is UNIX timestamp. |
| To | End time of period. Format is UNIX timestamp. The default value is current time. |
{
"probes": [
43,
42,
41,
40,
39,
37,
36,
35,
34,
33,
32,
31,
30,
29,
28,
27,
24,
23,
22,
21
]
}
Was this page helpful?