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
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.

Configure credentials above to enable sending.

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

TypeScript

import datadog from '@utdk/datadog';

await datadog.getapimultistepsubtestparents()