v1

latestOpenAPI 3.0.02026-08-0650184174.6 KB
Summary.probes

Get a list of probes that performed tests

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

get/summary.probes/{checkid}

Path parameters

checkidinteger required

Query parameters

frominteger required

Start time of period. Format is UNIX timestamp

tointeger

End time of period. Format is UNIX timestamp. The defualt value is current time.

Response

Successful HTTP Response

probesinteger[]

Example response

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