Retrieve a specific 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>"
}
]
}
}
The item ID
Item
The response is of type object
.
Was this page helpful?
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>"
}
]
}
}
Retrieve a specific 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>"
}
]
}
}
The item ID
Item
The response is of type object
.
Was this page helpful?
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>"
}
]
}
}