Get a feature environment

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

Experimental: The name of the currently active release plan milestone

milestoneOrderdouble or null

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

totalMilestonesdouble or null

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 or null
Whether the feature has any strategies defined.
hasEnabledStrategiesboolean or null
Whether the feature has any enabled strategies defined.
releasePlanslist of objects or null

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

yesinteger or null>=0

How many times the feature evaluated to true (enabled)

nointeger or null>=0

How many times the feature evaluated to false (disabled)

Errors