v1

latestOpenAPI 3.0.02026-07-141,4077,1665.2 MB
Synthetics

Get parent tests for a subtest

Get the list of API multistep tests that include a given subtest, along with their monitor status.

get/api/v2/synthetics/api-multistep/subtests/{public_id}/parents

Path parameters

public_idstring required

The public ID of the subtest.

Response

OK

Example response

{
  "data": [
    {
      "attributes": {
        "child_name": "My API Subtest",
        "child_public_id": "xyz-uvw-789",
        "monitor_id": 12345678,
        "name": "My Multistep Test",
        "overall_state_modified": "2024-01-01T00:00:00+00:00",
        "public_id": "abc-def-123"
      },
      "id": "abc-def-123",
      "type": "parent_test"
    }
  ]
}