Skip to content

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
data
required

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
agent_activity
Array<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
agent_role
required
string
credits_consumed
integer
tasks_completed
integer
tasks_failed
integer
top_action
string
""
morning_brief
Array<object>
object
key
additional properties
any
pending_approvals
Array<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.

object
action_type
string
""
agent_role
string
""
created_at
Any of:
string format: date-time
description
string
""
id
string
""
urgency
string
default: medium
platform_health
Any of:

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.

object
active_tenants
integer
avg_latency_ms
number
error_rate
number
status
string
default: healthy
uptime_pct
number
default: 100