Skip to content

Get latest weekly win report

GET
/api/v1/reports/weekly-win

Returns the weekly win report with business metrics, team activity, focus areas, and cumulative value tracking.

Authorizations

Responses

200

Successful Response

Envelope response for the weekly win endpoint.

Attributes: data: The weekly win payload. meta: Standard response metadata.

object
data
required

Inner data payload for the weekly win response.

Attributes: week_number: ISO week number of the report. this_week: Weekly business metrics. team_activity: Summary of agent actions. next_week: Focus areas for the coming week. cumulative: All-time cumulative metrics. platform_cost: Total platform spend to date. value_delivered: Total value delivered to date. value_multiple: ROI multiple (value / cost).

object
cumulative
required

All-time metrics since the tenant first joined the platform.

Attributes: weeks_active: Number of weeks the tenant has been active. total_revenue_attributed: Lifetime revenue attributed to the team. total_costs_saved: Lifetime costs the team identified as savings. total_hours_saved: Lifetime human-equivalent hours saved. total_value_delivered: Sum of revenue + savings + time value. roi_multiple: Total value divided by total platform cost.

object
roi_multiple
number
total_costs_saved
number
total_hours_saved
number
total_revenue_attributed
number
total_value_delivered
number
weeks_active
integer
next_week
object
key
additional properties
string
platform_cost
number
team_activity
required

Summary of all agent actions during the reporting period.

Attributes: total_actions: Total discrete actions taken by all agents. outreach_sent: Number of outreach messages dispatched. social_posts: Number of social media posts created. emails_handled: Number of emails processed or sent. support_tickets: Number of support interactions handled. reports_generated: Number of internal reports produced. competitive_alerts: Number of competitive intelligence alerts. estimated_hours_saved: Estimated human-equivalent hours saved.

object
competitive_alerts
integer
emails_handled
integer
estimated_hours_saved
number
outreach_sent
integer
reports_generated
integer
social_posts
integer
support_tickets
integer
total_actions
integer
this_week
required

Key business metrics for a single week.

Attributes: revenue_total: Total revenue attributed to the AI team this week. revenue_change_pct: Percentage change from the previous week. new_customers: Count of new customers acquired. reactivated_customers: Count of dormant customers won back. costs_saved: Estimated costs saved by the AI team. highlight: The most emotionally impactful moment of the week.

object
costs_saved
number
highlight
string
""
new_customers
integer
reactivated_customers
integer
revenue_change_pct
number
revenue_total
number
value_delivered
number
value_multiple
number
week_number
required
integer
meta

Standard metadata included in every API response.

Attributes: request_id: Unique identifier for this request. timestamp: When the response was generated.

object
request_id

Unique identifier for this request

string
timestamp

When the response was generated

string format: date-time