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.6.0",
"revision": "388ce92244a0b304e9f6c15e3f896acee6fe7b1a",
"initialized": true
}
}