action launchdarkly_get_feature_flag_status { label: "Get the status for a particular feature flag." provider: launchdarkly method: GET path: "/flag-statuses/{projectKey}/{environmentKey}/{featureFlagKey}" encoding: json output: { type: "object" additionalProperties: true } }