action launchdarkly_get_feature_flag_statuses { label: "Get a list of statuses for all feature flags. The status includes the last time the feature flag was requested, as well as the state of the flag." provider: launchdarkly method: GET path: "/flag-statuses/{projectKey}/{environmentKey}" encoding: json output: { type: "object" additionalProperties: true } }