# Get machine learning information **GET /_ml/info** Get defaults and limits used by machine learning. This endpoint is designed to be used by a user interface that needs to fully understand machine learning configurations where some options are not specified, meaning that the defaults should be used. This endpoint may be used to find out what those defaults are. It also provides information about the maximum size of machine learning jobs that could run in the current cluster configuration. ## Required authorization * Cluster privileges: `monitor_ml` ## Servers - http://api.example.com: http://api.example.com () ## Authentication methods - Api key auth - Basic auth - Bearer auth ## Parameters ## Responses ### 200 #### Body: application/json (object) - **defaults** (object) - **limits** (object) - **upgrade_mode** (boolean) - **native_code** (object) [Powered by Bump.sh](https://bump.sh)