diff --git a/server/src/routes/agents.ts b/server/src/routes/agents.ts index 87f3411f..11b47490 100644 --- a/server/src/routes/agents.ts +++ b/server/src/routes/agents.ts @@ -1105,6 +1105,7 @@ export function agentRoutes(db: Db) { const rows = await issuesSvc.list(req.actor.companyId, { assigneeAgentId: req.actor.agentId, status: "todo,in_progress,blocked", + includeRoutineExecutions: true, }); res.json(