action launchdarkly_get_flag_config_scheduled_change { label: "Get a scheduled change on a feature flag by id." provider: launchdarkly method: GET path: "/projects/{projectKey}/flags/{featureFlagKey}/environments/{environmentKey}/scheduled-changes/{scheduledChangeId}" encoding: json output: { type: "object" additionalProperties: true } }