Weekly win report
GET /api/v1/dashboard/weekly-win
Structured weekly win report for the authenticated tenant. Optionally pass ?week=
Authorizations
Parameters
Query Parameters
Responses
200
Successful Response
Wrapper response for GET /dashboard/weekly-win.
Attributes: data: The weekly win report payload.
object
Weekly win report payload.
Attributes: week_number: ISO week number. period_start: Start of the reporting period (ISO date string). period_end: End of the reporting period (ISO date string). highlight: The top emotional highlight of the week. revenue_total: Total revenue attributed this week. new_customers: Count of new customers acquired. costs_saved: Total costs saved by AI this week. total_actions: Total agent actions performed. estimated_hours_saved: Hours of work saved by the team. value_multiple: Overall value multiple (value delivered / platform cost). closing_message: Motivational closing sentence.
object
422
Validation Error