Get Vector Index Details
Get detailed information about a specific vector index.
Returns comprehensive information about the index including:
- Configuration details (method, measure, parameters)
- Current size and row count
- Build progress (if still under construction)
- Performance statistics:
* Average query time
* Memory usage
* Cache hit rates
* Recent query patterns
- Maintenance information:
* Last vacuum
* Fragmentation level
* Recommended optimizations
Path parameters
table_name
The table of vector embeddings to delete (e.g. vectors
, entity
, document_collections
)
Allowed values:
index_name
The name of the index to delete
Headers
Authorization
Bearer authentication of the form Bearer <token>
, where token is your auth token.
X-API-Key
Response
Successful Response
results