Skip to main content
The Tasks page showing the Approvals, Escalated, Errors, and All tasks tabs above a list of Agent Tasks The Tasks page is where you monitor everything your Agents and Workforces are doing: reviewing outputs, approving pending actions, and rerunning failed runs. You can act on a single Task or apply the same action across every matching Task at once. Tasks from both Agents and Workforces appear here, and the same triage and bulk action flows apply to both.
Each Task is a single run of work (a conversation or workflow) carried out by an Agent or Workforce. For what a Task is and how to read one, see Tasks.

Tabs

The page is split into tabs:
  • Approvals — Tasks waiting on your approval before they can continue.
  • Escalated — Tasks the Agent paused on to ask you a question.
  • Errors — Tasks that hit a Tool failure or runtime error.
  • All tasks — every conversation across your Agents and Workforces.

Bulk actions

When you open a Task, the page checks for other Tasks from the same Agent in the same state and surfaces a bottom sheet so you can act on the whole group at once. Available bulk actions:
  • Approve or Reject pending approvals.
  • Rerun errored Tasks from the failing step.
A confirmation modal shows how many Tasks will be affected before anything is sent.
A Task with more than one pending approval isn’t bulk-actionable and stays one-at-a-time.

Cost visibility in task lists

The task list table includes Credits and Actions columns at the per-task row level. These show the credit spend and action count for each individual task run.
The Credits and Actions columns in the task list are gated behind the MonitorTaskCostEnrichment feature flag, which is off by default. This feature is rolling out progressively via PostHog — the columns may not be visible on all accounts immediately. Contact your account manager if you need early access.
These per-task columns differ from the aggregate figures in the Analytics breakdown tables, which show rolled-up totals and averages across all tasks for a given agent or workforce over a date range. The Credits and Actions columns appear in both agent and workforce task list tables.

Cost breakdown modal

Clicking a Credits value in the task list row opens the cost breakdown modal for that task. The modal shows:
  • Total credits and actions consumed by the task
  • A by source table splitting costs between task run spend and evaluation costs
  • Collapsible detail sections for inspecting each cost source individually
The same modal opens from the Credits chip in the task sidebar — see Tasks.
This modal shows costs for a single task run. The cost breakdown accessible from the Analytics Workforce and Agent breakdown tables aggregates spend across all tasks for an agent or workforce.
Deployment dependency for self-hosted and enterprise installations: the frontend sends a statuses filter field that older nodeapi backend versions do not accept and will return a 400 error. Deploy the updated backend before or alongside the frontend update to avoid request failures.