LaunchDarkly

Get percentage rollout

Return the percentage rollout for a feature flag in an environment.

Inputs

Field

Type

Description

projectKey [required]

string

The project key.

featureFlagKey [required]

string

The feature flag key.

environmentKey [required]

string

The environment key.

ruleId

string

ID of the rule to modify. If omitted, the default rule will be used.

Outputs

Field

Type

Description

No outputs

number

The weight (a number from 0 to 100000) of the variation. The sum of weights across all variations must equal 100000.