# Get cluster info **GET /_info/{target}** Returns basic information about the cluster. ## Servers - http://api.example.com: http://api.example.com () ## Authentication methods - Api key auth - Basic auth - Bearer auth ## Parameters ### Path parameters - **target** (string | array[string]) Limits the information returned to the specific target. Supports a comma-separated list, such as http,ingest. Supported values include: `_all`, `http`, `ingest`, `thread_pool`, `script` ## Responses ### 200 #### Body: application/json (object) - **cluster_name** (string) - **http** (object) - **ingest** (object) - **thread_pool** (object) - **script** (object) [Powered by Bump.sh](https://bump.sh)