List the Entity Engines Beta

GET /api/entity_store/engines

Responses

  • 200 application/json; Elastic-Api-Version=2023-10-31

    Successful response

    Hide response attributes Show response attributes object
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"
    }
  ]
}