cURL
curl --request GET \ --url https://api.vectorify.ai/v1/upserts \ --header 'Api-Key: <api-key>'
{ "data": [ { "id": "<string>", "chunk_size": 123, "status": "<string>", "started_at": "<string>", "completed_at": "<string>", "created_at": "<string>" } ], "meta": { "current_page": 123, "from": 123, "last_page": 123, "links": [ { "url": "<string>", "label": "<string>", "active": true } ], "path": "<string>", "per_page": 123, "to": 123, "total": 123 }, "links": { "first": "<string>", "last": "<string>", "prev": "<string>", "next": "<string>" } }
Retrieve a list of upserts. An upsert is an operation that allows you to create or update items in a single operation.
Paginated set of Upsert
Upsert
The response is of type object.
object
Was this page helpful?