Get the status of the Entity Store
GET /api/entity_store/status
curl \
-X GET https://localhost:5601/api/entity_store/status
Response examples (200)
{
"engines": [
{
"error": {},
"fieldHistoryLength": 42,
"filter": "string",
"indexPattern": "string",
"status": "installing",
"type": "user"
}
],
"status": "not_installed"
}