Get Vector Index Details

GET

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: chunksdocuments_entitiesgraphs_entitiesgraphs_communities
index_namestringRequired

The name of the index to delete

Headers

X-API-KeystringRequired

Response

Successful Response

Errors

Built with