[[rest-api-lookup-list-of-properties-being-autoindexed]]
=== Lookup list of properties being autoindexed ===

.Final Graph
["dot", "Final-Graph-Lookup-list-of-properties-being-autoindexed.svg", "neoviz"]
----
----

_Example request_

* *+GET+*  +http://localhost:7474/db/data/index/auto/node/properties+
* *+Accept:+* +application/json+

_Example response_

* *+200:+* +OK+
* *+Content-Type:+* +application/json+
[source,javascript]
----
[ "some-property" ]
----


