curl $UPSTASH_VECTOR_REST_URL/list-namespaces \ -H "Authorization: Bearer $UPSTASH_VECTOR_REST_TOKEN"
{ "result": ["", "ns0", "ns1"] }
Lists the names of the namespaces of an index.
""
Was this page helpful?