v1
latestOpenAPI 3.0.02026-07-142351,1971.3 MBSynthetics
Get details of batch
Get a batch's updated details.
get/api/v1/synthetics/ci/batch/{batch_id}
Path parameters
batch_idstring required
The ID of the batch.
Response
OK
Example response
{
"data": {
"results": [
{
"device": "chrome.laptop_large",
"execution_rule": "blocking"
}
]
}
}