SHOW INDEXES

You can retrieve a list of all indexes currently defined for a table using the SHOW INDEXES statement:

SHOW [AS JSON] INDEXES ON table_name

where: