Skip to content

Weekly agent performance (owner-only)

GET
/api/v1/chairman/weekly-performance

7-day agent performance summaries with team health assessment.

Authorizations

Parameters

Query Parameters

week
Any of:
integer

ISO week number (defaults to current)

Responses

200

Successful Response

Wrapper for GET /chairman/weekly-performance.

Attributes: data: The weekly performance payload.

object
data
required

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
agent_summaries
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
period_end
string
""
period_start
string
""
team_health
string
default: healthy
total_cost
number
total_tasks
integer
week_number
integer

422

Validation Error

object
detail
Array<object>
object
ctx
object
input
loc
required
Array
msg
required
string
type
required
string