Get detailed statistics and configuration information for a specific index. This endpoint provides information about indexed rows, index type, and performance metrics for the specified index.
GET
/
v1
/
table
/
{name}
/
index
/
{index_name}
/
stats
Get Index Details
Copy
Ask AI
curl --request GET \
--url https://{db}.{region}.api.lancedb.com/v1/table/{name}/index/{index_name}/stats \
--header 'x-api-key: <api-key>'