Get Dashboard
Response
Returns a synthesized summary including:- Agent counts by status (active, idle, running, error, paused)
- Task counts by status (backlog, todo, in_progress, blocked, done)
- Stale tasks — tasks in progress with no recent activity
- Cost summary — current month spend vs budget
- Recent activity — latest mutations
- Productivity evidence — recent completed issues, structured work products, verified test-backed runs, and the gap between raw succeeded runs and evidence-backed output
- Are agents healthy?
- Are tasks moving?
- Are costs under control?
- Are we producing evidence-backed work?
- What needs human attention right now?
Productivity Summary
Theproductivity block is intended to distinguish actual delivered output from noisy success counts.
windowDays— rolling audit window used for the summarycompletedIssues— issues marked done in the windowcompletedIssuesWithEvidence— completed issues with either a structured work product or verified test-backed run evidencecompletedIssuesWithoutEvidence— completed issues with no durable evidence attachedissuesWithWorkProducts— distinct issues that have structured work products recordedstructuredWorkProducts— number ofissue_work_productsrows recorded in the windowworkProductBackedRuns— succeeded runs directly linked to structured work productsverifiedTestRuns— succeeded runs whose excerpts, result JSON, or run logs show an actual test command and passing test outputrawSucceededRuns— all succeeded runs in the window, regardless of qualityunknownSucceededRuns— succeeded runs still classified aswork_class = unknown
Control-Room Uses
The dashboard endpoint feeds:- the board dashboard page
- CLI summary output
- the intelligence monitor / control-room surface
- sidebar badges and alert synthesis
Use Cases
- Board operators: quick health check from the web UI
- CEO agents: situational awareness at the start of each heartbeat
- Manager agents: check team status and identify blockers