provider Synthetics GET /api/v2/synthetics/api-multistep/subtests/{public_id}
@utdk/datadog /api/v2/synthetics/api-multistep/subtests/{public_id}
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.
public_id path required
The public ID of the API multistep test.
string

Try it

Authentication
Configure credentials for Datadog API V2 Collection
Gateway
The gateway proxies requests and injects credentials server-side. Configure credentials above, then enter your gateway URL.

Saved automatically to browser storage.

getapimultistepsubtests
GET/api/v2/synthetics/api-multistep/subtests/{public_id}
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.

Parameters

required

The public ID of the API multistep test.

Enter a gateway URL above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import datadog from '@utdk/datadog';

await datadog.getapimultistepsubtests()