Python client: how to list indexes?

How can i obtain the list of indexes which ones i see with aql command “show indexes”?

You need to run the sindex info command.

Thank you! client.info(“sindex”).items() to be correct