# Get all index and types names

**URL:** https://discuss.elastic.co/t/get-all-index-and-types-names/24476
**Category:** Elasticsearch
**Created:** [June 27, 2015, 8:59am UTC](https://discuss.elastic.co/t/get-all-index-and-types-names/24476 "2015-06-27T08:59:27Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![Smasell](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/smasell/32/43483_2.png) [@Smasell](https://discuss.elastic.co/u/Smasell)
#### Post date: [June 27, 2015, 8:59am UTC](https://discuss.elastic.co/t/get-all-index-and-types-names/24476/1 "2015-06-27T08:59:27Z")

</div>

Hi guys!!!  
I have my cluster and I want to know all indexes and types' names in it. I use Sense.  
THX for replaying!

---

<div class="post-metadata">

### Author: ![warkolm](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/warkolm/32/39224_2.png) [@warkolm](https://discuss.elastic.co/u/warkolm)
#### Post date: [June 27, 2015, 10:00pm UTC](https://discuss.elastic.co/t/get-all-index-and-types-names/24476/2 "2015-06-27T22:00:48Z")

</div>

You can get indices using `_cat/indices`, there is no single end point for types though.

---

<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: [July 6, 2017, 12:04am UTC](https://discuss.elastic.co/t/get-all-index-and-types-names/24476/3 "2017-07-06T00:04:55Z")

</div>


