v1

latestOpenAPI 3.0.02026-07-142351,1971.3 MB
Synthetics

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

last_timestamp_fetchedinteger

Timestamp of the latest browser test run.

Example response

{
  "results": [
    {
      "result": {
        "device": {
          "id": "chrome.laptop_large"
        }
      }
    }
  ]
}