import json with open("logs/optuna_web_jobs/opt_20260906_130912_refine_scal.json") as f: d = json.load(f) print("label:", repr(d.get("label"))) print("job_id:", repr(d.get("job_id"))) print("kind:", repr(d.get("kind")))