Fetch a specific content chunk by ID.
curl --request GET \
--url https://api.useinvent.com/orgs/{org_id}/knowledge/contents/{content_id}/chunks/{chunk_id}{
"id": "<string>",
"content_id": "<string>",
"char_start": 123,
"char_end": 123,
"chunk_index": 123,
"status": "PENDING",
"error": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z"
}The ID of the org
The ID of the content
The ID of the content chunk
The content chunk details.
Vector chunk schema
Status of vector chunk processing
PENDING, PROCESSING, PROCESSED, FAILED Error message if vector chunk processing failed
Was this page helpful?
curl --request GET \
--url https://api.useinvent.com/orgs/{org_id}/knowledge/contents/{content_id}/chunks/{chunk_id}{
"id": "<string>",
"content_id": "<string>",
"char_start": 123,
"char_end": 123,
"chunk_index": 123,
"status": "PENDING",
"error": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z"
}