List all indices associated with a table including their status and configuration details. This endpoint provides information about both vector and scalar indexes that have been created for the table.
GET
/
v1
/
table
/
{name}
/
index
/
list
List Indexes
Copy
Ask AI
curl --request GET \
--url https://{db}.{region}.api.lancedb.com/v1/table/{name}/index/list \
--header 'x-api-key: <api-key>'