Skip to content

Status

Get the status

This path returns the status of Ella core

Method Path
GET /api/v1/status

Parameters

None

Sample Response

{
    "result": {
        "version": "v0.0.4",
        "initialized": true
    }
}