cURL
curl --request GET \ --url https://api.upstash.com/v2/vector/index/stats \ --header 'Authorization: Basic <encoded-value>'
{ "record_count": 10, "request": 10, "bandwidth": 750, "storage": 950, "billing": 0.001, "rerank_count": 0 }
Get vector statistics for all the vector indices associated with the authenticated user
Was this page helpful?