GET /
Console
GET /
resp = client.info()
const response = await client.info();
response = client.info
$resp = $client->info();
curl -X GET -H "Authorization: ApiKey $ELASTIC_API_KEY" "$ELASTICSEARCH_URL/"
client.info();
Response examples (200)
Stack response
A successful response from `GET /`.
{ "name": "instance-0000000000", "cluster_name": "my_test_cluster", "cluster_uuid": "zk-HjQtYQGyL3NFSSu7InA", "version": { "number": "9.1.0", "build_flavor": "default", "build_type": "docker", "build_hash": 0, "build_date": "2025-07-09T22:10:13.578Z", "build_snapshot": false, "lucene_version": "10.2.2", "minimum_wire_compatibility_version": "8.19.0", "minimum_index_compatibility_version": "8.0.0" }, "tagline": "You Know, for Search" }
A successful response from `GET /` on Serverless. This API is retained for backward compatibility only. Some fields, such as the version number, return static values and should be ignored.
{ "name": "serverless", "cluster_name": "my_test_serverless_cluster", "cluster_uuid": "8xx0pi24Squnf4PFDOAtwg", "version": { "number": "8.11.0", "build_flavor": "serverless", "build_type": "docker", "build_hash": 0, "build_date": "2023-10-31T00:00:00.000Z", "build_snapshot": false, "lucene_version": "9.7.0", "minimum_wire_compatibility_version": "8.11.0", "minimum_index_compatibility_version": "8.11.0" }, "tagline": "You Know, for Search" }