# List available features **GET /v1/features** List the available Redpanda features. Available features are based on the loaded Redpanda license and activated features configuration. ## Servers - http://localhost:9644: http://localhost:9644 () ## Parameters ## Responses ### 200 Features response #### Body: application/json (object) - **cluster_version** (integer(int64)) Logical version of cluster. Should equal `latest_node_version` if cluster is not currently being upgraded. - **features** (array[object]) list of feature_state for each feature - **original_cluster_version** (integer(int64)) Logical version at time of cluster creation. Should equal `latest_node_version` if cluster is not currently being upgraded. - **node_earliest_version** (integer(int64)) Earliest logical version supported by the broker answering this request - **node_latest_version** (integer(int64)) Latest logical version supported by the broker answering this request [Powered by Bump.sh](https://bump.sh)