# How to use Get Index API for version 6.3(current release)

**URL:** https://discuss.elastic.co/t/how-to-use-get-index-api-for-version-6-3-current-release/142267
**Category:** Elasticsearch
**Created:** [July 31, 2018, 3:01am UTC](https://discuss.elastic.co/t/how-to-use-get-index-api-for-version-6-3-current-release/142267 "2018-07-31T03:01:09Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![PinkBoxerZ](https://avatars.discourse-cdn.com/v4/letter/p/9d8465/32.png) [@PinkBoxerZ](https://discuss.elastic.co/u/PinkBoxerZ)
#### Post date: [July 31, 2018, 3:01am UTC](https://discuss.elastic.co/t/how-to-use-get-index-api-for-version-6-3-current-release/142267/1 "2018-07-31T03:01:10Z")

</div>

Hi, I am currently using Java High Level REST Client for connection and it seems like for version 6.3 there is no Get Index API (which is enabled in later version but not released yet).  
So is there any other way to use java high level rest client to extract all information under a given index?

---

<div class="post-metadata">

### Author: ![dadoonet](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/dadoonet/32/137187_2.png) [@dadoonet](https://discuss.elastic.co/u/dadoonet)
#### Post date: [July 31, 2018, 3:25am UTC](https://discuss.elastic.co/t/how-to-use-get-index-api-for-version-6-3-current-release/142267/2 "2018-07-31T03:25:15Z")

</div>

You can get the LowLevelClient from the HLClient and then just use the GET API to implement missing pieces.

---

<div class="post-metadata">

### Author: ![system](https://us1.discourse-cdn.com/elastic/original/3X/1/a/1ac57faf039f6b580b3f104ef42a2a89e41014de.png) [@system](https://discuss.elastic.co/u/system)
#### Post date: [August 28, 2018, 3:25am UTC](https://discuss.elastic.co/t/how-to-use-get-index-api-for-version-6-3-current-release/142267/3 "2018-08-28T03:25:16Z")

</div>

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.
