ALGO · Health
HEALTH
LOADING…
Diagnostica backend + console di check rapidi.
Backend health
Endpoint: /api/health
Caricamento…
Runtime control room
Endpoint admin-only: /api/system/runtime-status
LOADING...
Caricamento runtime...
Checks veloci
Link rapidi + checkup backend (1 click).
Pagine frontend
Endpoint backend (FastAPI)
- ▸ GET /api/health
- ▸ GET /api/datasets/index?symbol=ES
- ▸ GET /api/datasets?symbol=ES&timeframe=M1
- ▸ GET /api/prices/range (sample)
- ▸ GET /api/backtest/runs?limit=1
- > GET /api/prices?symbol=ES&timeframe=M1&limit=100
- > GET /api/prices/distinct-symbols
- > GET /api/algos
- ▸ OpenAPI /openapi.json
- ▸ Swagger /docs
- ▸ ReDoc /redoc
Checkup status
base:HealthIDLE
GET /api/healthRuntime status (admin)IDLE
GET /api/system/runtime-statusDatasets index (symbol=ES)IDLE
GET /api/datasets/index?symbol=ESDatasets (symbol=ES, timeframe=M1)IDLE
GET /api/datasets?symbol=ES&timeframe=M1Prices range (sample ping)IDLE
GET /api/prices/range?dataset_id=1&symbol=ES&timeframe=S1&dt_from=2009-01-02T00:00:00&dt_to=2009-01-02T00:10:00Prices sample (ES M1)IDLE
GET /api/prices?symbol=ES&timeframe=M1&limit=100&order=descPrices distinct symbolsIDLE
GET /api/prices/distinct-symbolsAlgorithmsIDLE
GET /api/algosBacktest runs (limit=1)IDLE
GET /api/backtest/runs?limit=1&offset=0OpenAPI JSONIDLE
GET /openapi.jsonTip: se un endpoint torna 422 o 500, qui lo vedi subito.