Get a browser test's latest results summaries
GET {{baseUrl}}/api/v1/synthetics/tests/browser/:public_id/results
Get the last 150 test results summaries for a given Synthetic browser test.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
from_ts | number | Timestamp in milliseconds from which to start querying results. | |
to_ts | number | Timestamp in milliseconds up to which to query results. | |
probe_dc | string | Locations for which to query results. | |
probe_dc | string | Locations for which to query results. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"last_timestamp_fetched":45197133,"results":[{"check_time":28770412.781909198,"probe_dc":"laborum tempor est dolor","result":{"device":{"id":"chrome.laptop_large","name":"","height":0,"width":0,"isMobile":false},"duration":57741229.79309496,"errorCount":-95793582,"stepCountCompleted":-20675566,"stepCountTotal":-27456578},"result_id":"amet","status":1},{"check_time":-62293082.43949525,"probe_dc":"enim nisi tempor dolor","result":{"device":{"id":"chrome.laptop_large","name":"","height":0,"width":0,"isMobile":false},"duration":-69126060.80565697,"errorCount":-18023404,"stepCountCompleted":-933362,"stepCountTotal":-11282673},"result_id":"adipisicing Excepteur voluptate id","status":2}]}