Retrieve a specific upsert. An upsert is an operation that allows you to create or update items in a single operation.
curl --request GET \ --url https://api.vectorify.ai/v1/upserts/{upsert} \ --header 'Api-Key: <api-key>'
{ "data": { "id": "<string>", "chunk_size": 123, "status": "<string>", "started_at": "<string>", "completed_at": "<string>", "created_at": "<string>" } }
The upsert ID
Upsert
The response is of type object.
object
Was this page helpful?