Get a feature environment

View as Markdown
Information about the enablement status and strategies for a feature flag in specified environment.

Authentication

Authorizationstring
API key needed to access this API
OR
AuthorizationBearer
API key needed to access this API, in Bearer token format

Path parameters

projectIdstringRequired
featureNamestringRequired
environmentstringRequired

Response

featureEnvironmentSchema
namestring
The name of the environment
enabledboolean

true if the feature is enabled for the environment, otherwise false.

featureNamestring
The name of the feature
environmentstring
The name of the environment
typestring
The type of the environment
sortOrderdouble
The sort order of the feature environment in the feature environments list
variantCountdouble
The number of defined variants
strategieslist of objects
A list of activation strategies for the feature environment
variantslist of objects
A list of variants for the feature environment
changeRequestIdslist of doubles
Experimental. A list of change request identifiers for actionable change requests that are not Cancelled, Rejected or Approved.
milestoneNamestring

Experimental: The name of the currently active release plan milestone

milestoneOrderdouble

Experimental: The zero-indexed order of currently active milestone in the list of all release plan milestones

totalMilestonesdouble

Experimental: The total number of milestones in the feature environment release plan

lastSeenAtstring or nullformat: "date-time"
The date when metrics where last collected for the feature environment
hasStrategiesboolean
Whether the feature has any strategies defined.
hasEnabledStrategiesboolean
Whether the feature has any enabled strategies defined.
releasePlanslist of objects

Release plans for this feature environment (only available when milestoneProgression feature flag is enabled)

safeguardslist of objects
Safeguards for this feature environment
yesinteger>=0

How many times the feature evaluated to true (enabled)

nointeger>=0

How many times the feature evaluated to false (disabled)

Errors

401
Unauthorized Error
403
Forbidden Error
404
Not Found Error