curl -X GET https://api.upstash.com/v2/vector/index/0639864f-ece6-429c-8118-86a287b0e808 \ -u 'EMAIL:API_KEY' \
{ "customer_id": "test@upstash.com", "id": "0639864f-ece6-429c-8118-86a287b0e808", "name": "myindex", "similarity_function": "COSINE", "dimension_count": 5, "endpoint": "test-index-3814-eu1-vector.upstash.io", "token": "QkZGMk5heGltdW0tdXBkYXRlZC0zNzM1LWV1MkFkbWlOeGZGZ1J5Wm1GdE5tTXhNQzB1TmpsbExUb3hOekF0TVRJbFpqMTJORFUxTm1GZw==", "read_only_token": "QkZGRk1heGltdW0tdXBkYXRlZC0zNzM1LWV1MnJlYWRvbmx5TmtaZ05qS3JNWVV0Wm1aZ01pMDBOV1poTHRob05qY3RNR0U0TkRjejNqazJU" "type": "paid", "region": "eu-west-1", "max_vector_count": 400000000, "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": 1000, "max_writes_per_request": 1000, "max_total_metadata_size": 53687091200, "creation_time": 1707313165 }
This endpoint returns the data associated to a index.
-1
Was this page helpful?