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_nameenumRequired

The table of vector embeddings to delete (e.g. vectors, entity, document_collections)

Allowed values:
index_namestringRequired
The name of the index to delete

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

X-API-KeystringRequired

Response

Successful Response
resultsobject

Errors