Get Couchbase Indexes Query

Hey Folks,

I was struggling to find a query which would list all the indexes created in the cluster, is there a specific query which fetches all the indexes created in a cluster in all the nodes.

Appreciate your help

have you tried
select * from system:indexes

from the query builder?

1 Like

that helps richard
thanks.