Documents status endpoint has moved out of alpha to beta, this version is now deprecated and will soon be removed. Check the index status for set of documents. Useful to check if a document is ready for search.
A list of document ids you want status on
List of documents and their status to signify if they are ready for search.
The response for a failed request.
{- "items": [
- {
- "id": 1
}
], - "includeStatistics": false
}
{- "items": [
- {
- "id": 1,
- "semanticSearch": {
- "status": "waiting",
- "reason": "string"
}, - "elements": {
- "status": "waiting",
- "reason": "string"
}, - "statistics": {
- "numberOfPages": 0,
- "numberOfVectors": 0
}
}
]
}