diff --git a/server/src/routes/agents.ts b/server/src/routes/agents.ts index 05c1675e4b..0bcba37617 100644 --- a/server/src/routes/agents.ts +++ b/server/src/routes/agents.ts @@ -1740,7 +1740,7 @@ export function agentRoutes( const recoveryActionsSvc = issueRecoveryActionService(db); const rows = await issuesSvc.list(req.actor.companyId, { assigneeAgentId: req.actor.agentId, - status: "todo,in_progress,blocked", + status: "todo,in_progress,blocked,in_review", includeRoutineExecutions: true, limit: ISSUE_LIST_DEFAULT_LIMIT, });