Resumable Query
Resume
Resumes a previously started query to fetch additional results.
Request
uuidbodystringrequired
The unique identifier returned from the start resumable query request.
additionalKbodynumberrequired
The number of additional results to fetch.
Response
ScoresObject[]
curl
curl $UPSTASH_VECTOR_REST_URL/resumable-query-next \ -X POST \ -H "Authorization: Bearer $UPSTASH_VECTOR_REST_TOKEN" \ -d '{ "uuid": "550e8400-e29b-41d4-a716-446655440000", "additionalK": 2 }'