Daily operational review (owner-only)
GET /api/v1/chairman/daily-review
Aggregated overnight data including runway, metrics, approvals, brief, activity, and per-agent performance for the chairman’s daily review.
Authorizations
Responses
200
Successful Response
Wrapper for GET /chairman/daily-review.
Attributes: data: The daily review payload.
object
Chairman’s daily review payload with agent performance overlay.
Attributes: runway: Condensed runway health snapshot as a dict. metrics: Key business metrics at a glance. approvals: Actions awaiting chairman decision. brief: Today’s CEO briefing items. activity: Recent agent activity feed. agent_performance: Per-agent performance summaries for the last 24h. review_date: ISO date string for this review.
object
Per-agent performance summary for chairman review endpoints.
Attributes: agent_role: C-suite role code. tasks_completed: Completed tasks in the period. tasks_failed: Failed tasks in the period. success_rate: Completion rate as a fraction. tokens_used: Total tokens consumed. cost_usd: Total cost in USD.