{
"success": true,
"data": {
"id": "container_abc123",
"taskAttemptId": "attempt_xyz789",
"worktreePath": "/path/to/.forge/worktrees/task-abc123-attempt-1",
"branch": "forge/task-abc123-attempt-1",
"baseBranch": "main",
"status": "active",
"createdAt": "2024-01-15T10:30:00Z",
"diskUsage": {
"total": 52428800,
"used": 15728640,
"available": 36700160
},
"gitStatus": {
"ahead": 3,
"behind": 0,
"modified": 2,
"untracked": 1,
"conflicted": 0
},
"files": {
"total": 156,
"modified": 8,
"added": 3,
"deleted": 1
}
}
}