Is there a CQL query to list all existing indexes for particular key space, or column family?
Simplest way would be to use DESC command.
DESC
DESC TABLE "Table_Name" gets what you want
DESC TABLE "Table_Name"