provider Synthetics GET /api/v2/synthetics/api-multistep/subtests/{public_id}/parents
@utdk/datadog /api/v2/synthetics/api-multistep/subtests/{public_id}/parents
Get parent tests for a subtest
Get the list of API multistep tests that include a given subtest, along with their monitor status.
public_id path required
The public ID of the subtest.
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.

getapimultistepsubtestparents
GET/api/v2/synthetics/api-multistep/subtests/{public_id}/parents
Get the list of API multistep tests that include a given subtest, along with their monitor status.

Parameters

required

The public ID of the subtest.

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.getapimultistepsubtestparents()