Skip to main content
GET
/
search
/
stats
Get Search Stats
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
}

Authorizations

Authorization
string
header
required

Response

200 - application/json
record_count
integer
Example:
request
integer
Example:
bandwidth
integer
Example:
storage
integer
Example:
billing
number
Example:
rerank_count
integer
Example: