v1

latestOpenAPI 3.0.02026-07-142351,1971.3 MB
Synthetics

Trigger Synthetic tests

Trigger a set of Synthetic tests.

post/api/v1/synthetics/tests/trigger

Request body

Example request

{
  "tests": [
    {
      "public_id": "aaa-aaa-aaa"
    }
  ]
}

Response

OK

batch_idstring nullable

The public ID of the batch triggered.

triggered_check_idsstring[]

The public IDs of the Synthetic test triggered.

Example response

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