GET
/
upserts
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>"
  }
}

Authorizations

Api-Key
string
header
required

Response

200 - application/json

Paginated set of Upsert

The response is of type object.