Skip to content

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

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
activity
Array
agent_performance
Array<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.

object
agent_role
required
string
cost_usd
number
success_rate
number
tasks_completed
integer
tasks_failed
integer
tokens_used
integer
approvals
Array
brief
Array
metrics
Array
review_date
string
""
runway
object
key
additional properties
any