# FeatureBundleGet **Type:** GraphQL objects **Description:** Feature bundle details with full information ## Fields - description (String): Description of the feature bundle - featureBundleName (String): Name of the feature bundle - featureList (FeatureBundleFeatureResponse): List of features in the bundle - featureName (String): Name to uniquely identify the feature. Example: "MyFeature" - quantity (Int): Quantity of the feature (minimum value is 1). Example: 1 - state (String): State of the feature. Valid values: draft, deployed, obsolete, inactive. - version (String): Version of the feature. Example: "1.0" - state (String): Current state of the feature bundle