Explore
API endpoints for data exploration.
router = APIRouter(prefix='/api/explore', tags=['explore'])
module-attribute
api_explore_run(request)
async
Start an exploration run.
Source code in src/onesecondtrader/dashboard/routers/explore.py
api_explore_status(run_id)
async
Return the status of an exploration run.
Source code in src/onesecondtrader/dashboard/routers/explore.py
api_explore_runs()
async
Return recent exploration runs.