# Status ## Get the status This path returns the status. | Method | Path | | :----- | :-------- | | `GET` | `/status` | ### Parameters None ### Sample Response ```json { "result": { "initialized": true, "version": "0.0.3" } } ```