List dependent feature flags by environment

GET
/api/v2/flags/:projectKey/:environmentKey/:featureFlagKey/dependent-flags

Flag prerequisites is an Enterprise feature

Flag prerequisites is available to customers on an Enterprise plan. To learn more, read about our pricing. To upgrade your plan, contact Sales.

List dependent flags across all environments for the flag specified in the path parameters. A dependent flag is a flag that uses another flag as a prerequisite. To learn more, read Flag prerequisites.

Path parameters

projectKeystringRequired

The project key

environmentKeystringRequired

The environment key

featureFlagKeystringRequired

The feature flag key

Response

Dependent flags collection response

itemslist of objects

A list of dependent flags, which are flags that use the requested flag as a prerequisite

_siteobject

Details on how to access the prerequisite flag in the LaunchDarkly UI

Errors

Built with