GET Status

abstract

Health check endpoint — confirms the backend is running and returns version info. Used by the frontend's connection status indicator.

🔒 Authentication

PropertyValue
MechanismNone
RequiredNo

🛠️ Technical Specification

Request

No parameters.

📤 Responses

200 OK example:

{
  "status": "ok",
  "version": "1.0.0",
  "debug": false,
  "llm_provider": "anthropic"
}
RolePath
Routerbackend/api/routes/status.py
RoleLink
InfrastructureDevOps - LLMSystemTrading