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