# Get license and feature status **GET /v1/features/enterprise** This endpoint reports the current status of the [Enterprise Edition license](https://docs.redpanda.com/docs/get-started/licenses/) and lists all Enterprise features currently in use. Use this endpoint to monitor license compliance and detect if any Enterprise features are active without a valid license. ## Servers - http://localhost:9644: http://localhost:9644 () ## Parameters ## Responses ### 200 The status of the Enterprise Edition license and details about Enterprise features that are in-use in the cluster. #### Body: application/json (object) - **license_status** (string) The current status of the Enterprise Edition license. - **violation** (boolean) Whether there is a violation. This will be `true` if the license status is not 'valid' and one or more Enterprise features are enabled. - **features** (array[object]) A list of Enterprise features in use. [Powered by Bump.sh](https://bump.sh)