action launchdarkly_get_feature_flags { label: "Get a list of all features in the given project." provider: launchdarkly method: GET path: "/flags/{projectKey}" encoding: json output: { type: "object" additionalProperties: true } }