GET
/
items
/
{item}
curl --request GET \
  --url https://api.vectorify.ai/v1/items/{item} \
  --header 'Api-Key: <api-key>'
{
  "data": {
    "id": "<string>",
    "item_id": "<string>",
    "tenant": 123,
    "url": "<string>",
    "created_at": "<string>",
    "collection": {
      "id": "<string>",
      "name": "<string>",
      "slug": "<string>",
      "source": "<string>",
      "metadata": [
        "<any>"
      ],
      "created_at": "<string>",
      "items_count": 123
    },
    "upserts": [
      {
        "id": "<string>",
        "chunk_size": 123,
        "status": "<string>",
        "started_at": "<string>",
        "completed_at": "<string>",
        "created_at": "<string>"
      }
    ]
  }
}

Authorizations

Api-Key
string
header
required

Path Parameters

item
integer
required

The item ID

Response

200
application/json

Item

The response is of type object.

GET
/
items
/
{item}
curl --request GET \
  --url https://api.vectorify.ai/v1/items/{item} \
  --header 'Api-Key: <api-key>'
{
  "data": {
    "id": "<string>",
    "item_id": "<string>",
    "tenant": 123,
    "url": "<string>",
    "created_at": "<string>",
    "collection": {
      "id": "<string>",
      "name": "<string>",
      "slug": "<string>",
      "source": "<string>",
      "metadata": [
        "<any>"
      ],
      "created_at": "<string>",
      "items_count": 123
    },
    "upserts": [
      {
        "id": "<string>",
        "chunk_size": 123,
        "status": "<string>",
        "started_at": "<string>",
        "completed_at": "<string>",
        "created_at": "<string>"
      }
    ]
  }
}

Authorizations

Api-Key
string
header
required

Path Parameters

item
integer
required

The item ID

Response

200
application/json

Item

The response is of type object.