Skip to main content

Get all feature flags

Get list of all feature flag configurations

Query Parameters
  • paramsIO object required
  • optionalFields string[]
Responses

OK


Schema
  • Array [
  • dateContentModified date-time

    Date and time when the feature flag configuration content was last modified

  • dateCreated date-time

    Date and time when the feature flag configuration was created

  • dateModified date-time

    Date and time when the feature flag configuration was last modified

  • description string

    Description of the feature

  • environmentConfigurations object[]

    Environment-specific configurations for the feature flag

  • Array [
  • dateModified date-time

    The date when this environment configuration was last modified

  • defaultVariationKey string

    The default variation key to serve in this environment

  • environmentKey string

    The environment key associated with this configuration

  • featureEnabled boolean

    Indicates whether the feature flag is enabled in this environment

  • rolloutRules object[]

    Rollout rules for this environment

  • Array [
  • oneOf

  • exposition int32

    Possible values: <= 100

    Percentage of the traffic exposed to this rule

  • id int64

    Unique identifier of the rule

  • multiArmedBandit boolean

    Enable dynamic allocation for this rule (Multi-Armed Bandit)

  • name string

    Name of the rule

  • release object

    Release date information about this rule

  • releaseFrom date-time

    Rule being applied from this date

  • releaseTo date-time

    Rule being applied to this date

  • timeZone string

    Timezone regarding the release of this rule

  • rollbackConditions object[]

    Conditions for defining rollback

  • Array [
  • comparisonOperator string required

    Possible values: [GREATER_THAN, LESS_THAN]

    The rollback condition comparison operator

  • criteria string required

    Possible values: [UPLIFT, DOWNLIFT, CONVERSION_RATE]

    The rollback condition criteria

  • goalId int64 required

    The rollback condition goal ID

  • id int64

    The rollback condition ID

  • matchValue double required

    The rollback condition match value

  • recipients string[]

    List of emails of recipients who will be notified when conditions are triggered

  • target string required

    Possible values: [RULE, ENVIRONMENT]

    The rollback condition target

  • visitors int32 required

    The rollback condition visitors

  • ]
  • segmentId int64

    ID of the segment targeted by this rule

  • state string

    Possible values: [ACTIVE, PAUSED]

    Wished state of the rule

  • status string

    Possible values: [ACTIVE, PAUSED, PLANNED, OUTDATED]

    Status of the rule

  • trafficAllocations object[]

    Traffic allocation settings for the rule

  • Array [
  • exposition double required

    Possible values: <= 100

    Percentage of the traffic allocated to this variation

  • variationId int64

    Internally generated ID of the variation

  • variationKey string required

    Key of the variation

  • ]
  • segmentId int64

    Id of the segment targeted by this rule

  • state string

    Possible values: [ACTIVE, PAUSED]

    Wished state of the rule

  • status string

    Possible values: [ACTIVE, PAUSED, PLANNED, OUTDATED]

    Status of the rule

  • variationKey string

    Key of the variation to serve to visitors matching this rule

  • ]
  • ]
  • featureKey string

    The key used to identify the feature flag

  • health string

    Possible values: [HEALTHY, STALE, SMELLY, PERMANENT]

    Health of the feature flag (only for temporary ones)

  • id int64

    This field is generated by the system to uniquely identify a feature flag

  • integrations object

    Integrations associated with the feature flag

  • deliveryRules object[]

    List of integrations enabled for delivery rules

  • Array [
  • customAnalytics string[]

    Name of the custom analytics

  • customVariable int32

    Integration custom variable

  • integrationName string

    Possible values: [GOOGLE_ANALYTICS4, GOOGLE_ANALYTICS4_AUDIENCES, GOOGLE_UNIVERSAL_ANALYTICS, ECONDA, SMART_TAG, PIANO, ADOBE_OMNITURE, EULERIAN, WEBTRENDS, KISSMETRICS, PIWIK, CRAZY_EGG, COM_SCORE, TEALIUM, YSANCE, M_PATHY, SMARTFOCUS, EMARSYS, EXPERTSENDER, TAG_COMMANDER, CONTENT_SQUARE, WEBTREKK, CUSTOM_INTEGRATIONS, HEAP, SEGMENT, MIXPANEL, CLARITY, IABTCF, SMARTLOOK, MOUSEFLOW, KLAVIYO, FULLSTORY, AMPLITUDE, SNOWPLOW, JUNE, MPARTICLE, BIGQUERY, RUDDERSTACK, SNOWFLAKE, GLASSBOX, HUBSPOT, AIR360, DATADOG, KAMELEOON_TRACKING, CUSTOM_TRACKING, VERCEL, AKAMAI]

    Name of the integration

  • ]
  • experimentRules object[]

    List of integrations enabled for experimentation rules

  • Array [
  • customAnalytics string[]

    Name of the custom analytics

  • customVariable int32

    Integration custom variable

  • integrationName string

    Possible values: [GOOGLE_ANALYTICS4, GOOGLE_ANALYTICS4_AUDIENCES, GOOGLE_UNIVERSAL_ANALYTICS, ECONDA, SMART_TAG, PIANO, ADOBE_OMNITURE, EULERIAN, WEBTRENDS, KISSMETRICS, PIWIK, CRAZY_EGG, COM_SCORE, TEALIUM, YSANCE, M_PATHY, SMARTFOCUS, EMARSYS, EXPERTSENDER, TAG_COMMANDER, CONTENT_SQUARE, WEBTREKK, CUSTOM_INTEGRATIONS, HEAP, SEGMENT, MIXPANEL, CLARITY, IABTCF, SMARTLOOK, MOUSEFLOW, KLAVIYO, FULLSTORY, AMPLITUDE, SNOWPLOW, JUNE, MPARTICLE, BIGQUERY, RUDDERSTACK, SNOWFLAKE, GLASSBOX, HUBSPOT, AIR360, DATADOG, KAMELEOON_TRACKING, CUSTOM_TRACKING, VERCEL, AKAMAI]

    Name of the integration

  • ]
  • name string

    Name of the feature flag

  • primaryGoalId int64

    Primary goal associated with the feature flag

  • secondaryGoalIds int64[]

    Secondary goals associated with the feature flag

  • siteCode string

    The site code to which it belongs. This is an optional field needs to specify in request params.

  • tags string[]

    List of tags associated with the feature flag. This is an optional field needs to specify in request params.

  • variables object[]

    Variables associated with the feature flag

  • Array [
  • key string

    Key to identify the variable

  • type string

    Possible values: [BOOLEAN, NUMBER, STRING, JSON]

    Type of the variable

  • value string

    Value of the variable

  • ]
  • variations object[]

    Variations associated with the feature flag

  • Array [
  • key string

    Key to identify the variation

  • name string

    Name to identify the variation

  • variables object[]

    Set of variables implemented by the variation

  • Array [
  • key string

    Key to identify the variable

  • type string

    Possible values: [BOOLEAN, NUMBER, STRING, JSON]

    Type of the variable

  • value string

    Value of the variable

  • ]
  • ]
  • ]
  • Loading...