Skip to main content
GET
/
search
List Search Indexes
curl --request GET \
  --url https://api.upstash.com/v2/search \
  --header 'Authorization: Basic <encoded-value>'
[
  {
    "customer_id": "[email protected]",
    "id": "99a4c327-31f0-490f-a594-043ade84085a",
    "name": "mySearchIndex",
    "endpoint": "glowing-baboon-15797-us1",
    "type": "payg",
    "region": "us-central1",
    "vercel_email": "[email protected]",
    "token": "ZXhhbXBsZUB1cHN0YXNoLmNvbTpuYWJlcg==",
    "read_only_token": "ZXhhbXBsZUB1cHN0YXNoLmNvbTpuYWJlcg==",
    "max_vector_count": 2000000,
    "max_monthly_reranks": -1,
    "max_daily_updates": -1,
    "max_daily_queries": -1,
    "max_monthly_bandwidth": -1,
    "max_writes_per_second": 1000,
    "max_query_per_second": 1000,
    "max_reads_per_request": 100,
    "max_writes_per_request": 100,
    "creation_time": 1761200000,
    "input_enrichment_enabled": true,
    "throughput_vector": [
      {
        "x": "2025-10-23 20:54:00.000 +0000 UTC",
        "y": 0
      }
    ]
  }
]

Authorizations

Authorization
string
header
required

Response

200 - application/json
customer_id
string
Example:
id
string<uuid>
Example:
name
string
Example:
endpoint
string
Example:
type
enum<string>
Available options:
free,
payg,
fixed
Example:
region
enum<string>
Available options:
eu-west-1,
us-central1
Example:
vercel_email
string
Example:
token
string
Example:
read_only_token
string
Example:
max_vector_count
integer
Example:
max_monthly_reranks
integer
Example:
max_daily_updates
integer
Example:
max_daily_queries
integer
Example:
max_monthly_bandwidth
integer
Example:
max_writes_per_second
integer
Example:
max_query_per_second
integer
Example:
max_reads_per_request
integer
Example:
max_writes_per_request
integer
Example:
creation_time
integer
Example:
input_enrichment_enabled
boolean
Example:
throughput_vector
object[]
Example: