Get the migration reindexing status
Technical preview; Added in 8.18.0
Get the status of a migration reindex attempt for a data stream or index.
Path parameters
-
index
string | array[string] Required The index or data stream name.
GET
/_migration/reindex/{index}/_status
Console
GET /_migration/reindex/my-data-stream/_status
curl \
--request GET 'http://api.example.com/_migration/reindex/{index}/_status' \
--header "Authorization: $API_KEY"