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