Monitoring Runs

The Runs page in the Dashboard gives you full visibility into every agent execution. You can monitor progress in real-time, view logs, and cancel running requests.

Runs list

The full history of every agent execution in the workspace. The list is paginated and supports filtering by status, project, date range, requester, work item, or pull request.

Runs list page
  • Apply any combination of filters and click Apply. The URL doesn't change, so the filters are session-local.
  • Rows show status, the source title (work item or pull request), when it started, duration, project, and the person who triggered it.
  • Click any row to drill into its detail view. Use Load more at the bottom to page through history.

Run statuses

StatusDescription
QueuedThe request is on the queue, waiting for a worker to pick it up
RunningA worker is actively processing the request
SucceededThe agent completed its work successfully
FailedThe agent encountered an error it could not recover from
CancelledThe run was cancelled by a user

Run detail

Everything the system knows about a single agent invocation: who triggered it, the command, the linked work item and PR, and a live timeline of what the agent did.

Run detail page

Filtering

The runs list supports filtering by:

  • Project
  • Status (Queued, Running, Succeeded, Failed, Cancelled)
  • Date range
  • Requesting user
  • Work item or pull request

Cancelling a run

You can cancel any Queued or Running request from the run details page. The worker picks up the cancellation within approximately 10 seconds and stops gracefully. Cancelled runs do not consume additional agent hours beyond what was already used.