# Get information **GET /_xpack** The information provided by the API includes: * Build information including the build number and timestamp. * License information about the currently installed license. * Feature information for the features that are currently enabled and available under the current license. ## Required authorization * Cluster privileges: `monitor` ## Servers - http://api.example.com: http://api.example.com () ## Authentication methods - Api key auth - Basic auth - Bearer auth ## Parameters ### Query parameters - **categories** (array[string]) A comma-separated list of the information categories to include in the response. For example, `build,license,features`. - **accept_enterprise** (boolean) If used, this otherwise ignored parameter must be set to true - **human** (boolean) Defines whether additional human-readable information is included in the response. In particular, it adds descriptions and a tag line. ## Responses ### 200 #### Body: application/json (object) - **build** (object) - **features** (object) - **license** (object) - **tagline** (string) [Powered by Bump.sh](https://bump.sh)