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

Authorizations

Api-Key
string
header
required

Path Parameters

upsert
integer
required

The upsert ID

Response

200
application/json

Upsert

The response is of type object.

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

Authorizations

Api-Key
string
header
required

Path Parameters

upsert
integer
required

The upsert ID

Response

200
application/json

Upsert

The response is of type object.