Get Search Index Reindex Status
Get the current or last-known full search rebuild runtime state.
Response Body
application/json
curl -X GET "http://127.0.0.1:14242/search-index/reindex/status"{
"active": true,
"run_id": "string",
"stage": "string",
"message": "string",
"progress": 0,
"started_at": "string",
"updated_at": "string",
"finished_at": "string",
"success": true,
"errors": [
"string"
],
"stats": {}
}