v1
latestOpenAPI 3.0.02026-07-142351,1971.3 MBSynthetics
Fetch uptime for multiple tests
Fetch uptime for multiple Synthetic tests by ID.
post/api/v1/synthetics/tests/uptimes
Request body
Example request
{
"public_ids": []
}Response
OK.
Example response
[
{
"overall": {
"group": "name",
"history": [
[
1579212382,
0
]
],
"span_precision": 2,
"uptime": 99.99
},
"public_id": "abc-def-123"
}
]