v1
latestOpenAPI 3.0.02026-07-142351,1971.3 MBSynthetics
Get a browser test's latest results summaries
Get the last 150 test results summaries for a given Synthetic browser test.
get/api/v1/synthetics/tests/browser/{public_id}/results
Path parameters
public_idstring required
The public ID of the browser test for which to search results for.
Query parameters
from_tsinteger
Timestamp in milliseconds from which to start querying results.
to_tsinteger
Timestamp in milliseconds up to which to query results.
probe_dcstring[]
Locations for which to query results.
Response
OK
Example response
{
"results": [
{
"result": {
"device": {
"id": "chrome.laptop_large"
}
}
}
]
}