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.

- •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
| Status | Description |
|---|---|
| Queued | The request is on the queue, waiting for a worker to pick it up |
| Running | A worker is actively processing the request |
| Succeeded | The agent completed its work successfully |
| Failed | The agent encountered an error it could not recover from |
| Cancelled | The 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.

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.