{
"success": true,
"data": {
"id": "task_abc123",
"projectId": "proj_xyz789",
"title": "Add user authentication",
"description": "Implement JWT-based authentication with login and signup endpoints",
"status": "completed",
"priority": "high",
"labels": ["feature", "backend", "auth"],
"assignee": "claude",
"createdBy": "user_123",
"createdAt": "2024-01-15T10:00:00Z",
"updatedAt": "2024-01-15T10:45:00Z",
"completedAt": "2024-01-15T10:45:00Z",
"attempts": [
{
"id": "attempt_1",
"llm": "claude",
"status": "completed",
"startedAt": "2024-01-15T10:30:00Z",
"completedAt": "2024-01-15T10:45:00Z",
"duration": 900000,
"cost": 0.23,
"filesChanged": 8,
"linesAdded": 245,
"linesRemoved": 12
}
],
"metadata": {
"repository": "https://github.com/user/repo",
"branch": "feature/auth",
"worktreePath": ".forge/worktrees/task-abc123-claude"
},
"stats": {
"totalAttempts": 1,
"successfulAttempts": 1,
"failedAttempts": 0,
"totalCost": 0.23,
"totalDuration": 900000
}
}
}