v1

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

Get available subtests for a multistep test

Get the list of API tests that can be added as subtests to a given API multistep test. The current test is excluded from the list since a test cannot be a subtest of itself.

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

Path parameters

public_idstring required

The public ID of the API multistep test.

Response

OK

Example response

{
  "data": [
    {
      "attributes": {
        "name": "My API Test",
        "public_id": "abc-def-123"
      },
      "id": "abc-def-123",
      "type": "subtest"
    }
  ]
}