{
"total": 1,
"rollouts": [
{
"rollout_id": "rol_001",
"scenario_id": "hr",
"task_id": "hr__100_weaver_schedule_phone_screen",
"run_id": "run_abc123",
"status": "completed",
"phase": "completed",
"current_step": null,
"max_steps": 30,
"created_at": "2026-03-20T10:00:00Z",
"started_at": "2026-03-20T10:00:05Z",
"completed_at": "2026-03-20T10:02:30Z",
"result": { "success": true, "message": "All criteria met" },
"termination_reason": null,
"model_config": {
"model": "gpt-4o",
"provider": "openai",
"temperature": 0.7,
"max_steps": 30
},
"status_events": [
{ "status": "pending", "timestamp": "2026-03-20T10:00:00Z" },
{ "status": "running", "timestamp": "2026-03-20T10:00:05Z" },
{ "status": "completed", "timestamp": "2026-03-20T10:02:30Z" }
]
}
]
}