Upstash Documentation

List Search Indexes

Returns a list of all search indices belonging to the authenticated user.
1 min read
get/search
Request example
Response
get/search

Authorization

Authorizationstringheaderrequired#
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded username:password.

Responses

application/json
200
Successfully retrieved list of search indices.
customer_idstring#
The associated ID of the owner of the index
idstring#
Unique ID of the index
namestring#
Name of the search index
endpointstring#
The REST endpoint of the index
typeenum<string>#
The payment plan of the index
Options:freepaygfixed
regionenum<string>#
The region where the index is currently deployed
Options:eu-west-1us-central1
vercel_emailstring#
The email associated with Vercel integration, if any. Empty string otherwise.
tokenstring#
The REST authentication token for the index
read_only_tokenstring#
The REST authentication read only token for the search index
max_vector_countinteger#
Maximum number of vectors allowed in the index
max_monthly_reranksinteger#
Maximum monthly rerank operations (-1 for unlimited)
max_daily_updatesinteger#
Maximum daily update operations (-1 for unlimited)
max_daily_queriesinteger#
Maximum daily query operations (-1 for unlimited)
max_monthly_bandwidthinteger#
Maximum monthly bandwidth in bytes (-1 for unlimited)
max_writes_per_secondinteger#
Maximum write operations per second (rate limit)
max_query_per_secondinteger#
Maximum query operations per second (rate limit)
max_reads_per_requestinteger#
Maximum number of reads allowed per request
max_writes_per_requestinteger#
Maximum number of writes allowed per request
creation_timeinteger#
Unix timestamp of creation
input_enrichment_enabledboolean#
Whether input enrichment is enabled for this index
throughput_vectorobject[]#
Throughput metrics over time
Show child attributes
xstringrequired#
Timestamp when measurement was taken
ynumberrequired#
The measured value