Explorer
API endpoints for the new Explorer tab.
router = APIRouter(prefix='/api/explorer', tags=['explorer'])
module-attribute
api_explorer_run(request)
async
Start an exploration run using the Orchestrator.
Source code in src/onesecondtrader/dashboard/routers/explorer.py
api_explorer_status(run_id)
async
Return the status and progress of an exploration run.