Daily operational review
GET /api/v1/chairman/daily
Morning brief, pending approvals, platform health, and agent activity for the chairman’s daily review.
Authorizations
Responses
200
Successful Response
Wrapper for GET /chairman/daily.
Attributes: data: The daily view payload.
object
Chairman’s daily operational review.
Attributes: morning_brief: List of brief items from the CEO agent. pending_approvals: Items awaiting chairman decision. platform_health: Current platform health snapshot. Cross-customer aggregate (active-tenant count) — populated only for enrolled platform operators; None for normal tenants. The default is None (absent) rather than a zeroed snapshot so a missing measurement is never presented as data. agent_activity: Per-agent activity summaries.
object
Summary of a single agent’s recent activity.
Attributes: agent_role: C-suite role code. tasks_completed: Number of tasks completed in the period. tasks_failed: Number of tasks that failed. credits_consumed: Total credits used. top_action: Most frequent action type.
object
object
A pending approval awaiting the chairman.
Attributes: id: Approval queue item ID. agent_role: Which agent requested approval. action_type: What kind of action needs approval. description: Human-readable summary. urgency: Priority level (low, medium, high, critical). created_at: When the request was created.
Platform health snapshot.
Attributes: status: Overall status (healthy, degraded, critical). uptime_pct: Uptime percentage for the period. error_rate: Error rate as a fraction. avg_latency_ms: Average API latency in milliseconds. active_tenants: Number of active tenants.