Go to Rilla

LiveCoachingMetrics

Metrics for the user as the host being coached. View/comment counts require an Admin or Team Manager coach. Without qualifying coaching activity the object contains zero counts and lastCoachedAt: null.

8 fieldsapplication/jsonDownload JSON Schema ↓

Fields

Required means the key is present; nullable means its value may be null. These are different. Examples are synthetic, complete for the documented fields, and not real customer data.

sessionsHostednumberrequired

Rooms created in the window for hosts with qualifying coach views or comments in the window. Not all rooms for all hosts.

Example 2
viewEventsReceivednumberrequired

View events received on hosted sessions.

Example 18
uniqueViewersnumberrequired

Unique viewers across hosted sessions.

Example 5
viewDurationMinutesnumberrequired

Sum of viewer participant durations for qualifying hosts, in minutes. Participants are selected by join time; duration can extend beyond the export end time.

Example 64
commentsReceivednumberrequired

Comments received during live coaching.

Example 7
uniqueCommentersnumberrequired

Unique commenters during live coaching.

Example 3
moneySavednumberrequired

Sum of positive appointment prices attributed by the live-coaching rule: a qualifying sold outcome and a coach view within 7 calendar days before or after the appointment date. Not a proven causal savings amount; no currency code is returned.

Example 1200
lastCoachedAtstring | nullrequirednullable

Timestamp of the last live coaching session (ISO 8601), or null.

Example "2026-09-01T10:30:00Z"

Complete example

LiveCoachingMetrics · complete example
{
  "sessionsHosted": 2,
  "viewEventsReceived": 18,
  "uniqueViewers": 5,
  "viewDurationMinutes": 64,
  "commentsReceived": 7,
  "uniqueCommenters": 3,
  "moneySaved": 1200,
  "lastCoachedAt": "2026-09-01T10:30:00Z"
}

All response types →

On this page