Get the reindex status
Technical Preview
Check the status of the reindex task.
Path parameters
-
index
string Required The name of the index that is reindexing.
GET
/api/upgrade_assistant/reindex/{index}
curl \
--request GET 'http://localhost:5622/api/upgrade_assistant/reindex/{index}' \
--header "Authorization: $API_KEY"
Response examples (200)
{
"reindexOp": {
"indexName": ".ml-state",
"newIndexName": ".reindexed-v7-ml-state",
"status": 0,
"lastCompletedStep": 40,
"reindexTaskId": "QprwvTMzRQ2MLWOW22oQ4Q:11819",
"reindexTaskPercComplete": 0.3,
"errorMessage": null
},
"warnings": [],
"hasRequiredPrivileges": true
}