ibex.endpoints.info.version¶ async ibex.endpoints.info.version() → dict¶ IBEX endpoint. Returns backend version. Response JSON is constructed as follows: { “version”: <IBEX_version (str)> } Return type: dict (automatically converted to JSON by FastAPI) Returns: JSON response