Get the migration reindexing statusTechnical preview
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
curl \
--request GET 'http://api.example.com/_migration/reindex/{index}/_status' \
--header "Authorization: $API_KEY"