{ "job_id": "<string>", "status": "<string>", "progress": { "overall_percentage": 123, "current_phase": "<string>", "current_epoch": 123, "total_epochs": 123, "estimated_time_remaining": 123 }, "current_metrics": {}, "last_updated": {} }
Get real-time training progress
Show progress properties
curl -X GET https://api.judge.example.com/jobs/train_job_123/progress \ -H "Authorization: Bearer YOUR_API_KEY"