curl https://hardy-cricket-48359-us1-vector.upstash.io/fetch \ -H "Authorization: Bearer ABcFMGhhcmR5LWNyaWNrZXQtNDgzNTktdXMxYWRtaW5PREE0TkdVME5XUXRaV0poTWkwME9UVTFMVGxrTm1NdE9USTROR0ppWkRsak56ZGs=" \ -d '{ "ids": ["1", "2", "abcde"], "includeVectors": false, "includeMetadata": true }'
{ "result" : [ { "id" : "1", "metadata" : {"genre":"comedy","year":2020} }, { "id" : "2", "metadata" : {"genre":"comedy","year":2020} }, null ] }
This endpoint returns the data related to the vectors with the provided IDs.
true
null
Hide child attributes
Was this page helpful?