DESCRIBE AS JSON INDEX

You can retrieve a JSON representation of an index by using the DESCRIBE AS JSON INDEX statement:

DESCRIBE AS JSON INDEX index_name ON table_name

where: