action launchdarkly_get_flags_project_key_feature_flag_key_dependent_flags { label: "Get dependent flags across all environments for the flag specified in the path parameters" provider: launchdarkly method: GET path: "/flags/{projectKey}/{featureFlagKey}/dependent-flags" encoding: json output: { type: "object" additionalProperties: true } }