Weekly agent performance (owner-only)
GET /api/v1/chairman/weekly-performance
7-day agent performance summaries with team health assessment.
Authorizations
Parameters
Query Parameters
Responses
200
Successful Response
Wrapper for GET /chairman/weekly-performance.
Attributes: data: The weekly performance payload.
object
Chairman’s weekly agent performance payload.
Attributes: week_number: ISO week number. period_start: ISO date string for period start. period_end: ISO date string for period end. agent_summaries: Per-agent performance summaries. total_tasks: Total tasks across all agents. total_cost: Total cost across all agents. team_health: Overall team health (healthy, degraded, critical).
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
422
Validation Error