EnrichedSessionOutput

Session enriched with waste metrics and insights summary

  • applicationId
    Type: stringFormat: uuid
    required

    Application ID associated with this session

  • durationInSeconds
    Type: integer
    required

    Total duration of the session in seconds

  • endedAtTime
    Type: stringFormat: date-time
    required

    Timestamp when the session ended

  • id
    Type: string
    required

    Session identifier (caliper session ID)

  • insightsSummary
    Type: object
    required

    Summary of insights present in a session

    • insightCountsByType
      Type: array object[] · InsightCountByType[]
      required

      Per-insight-type breakdown of visible insight counts

      Count of visible insights for a single insight type

    • insightTypes
      Type: array string[] · InsightType[]
      required

      Distinct insight types present in the session

    • totalCount
      Type: integer
      required

      Total number of visible insights in the session

  • isProctored
    Type: boolean
    required

    Whether this session is proctored

  • recordingEndedAtTime
    Type: string | nullFormat: date-time
    required

    Timestamp when the recording ended

  • recordingS3Key
    Type: string | null
    required

    S3 key for the associated proctoring recording

  • recordingStartedAtTime
    Type: string | nullFormat: date-time
    required

    Timestamp when the recording started

  • startedAtTime
    Type: stringFormat: date-time
    required

    Timestamp when the session started

  • toolId
    Type: stringFormat: uuid
    deprecated
    required

    Deprecated: Tool ID associated with this session. Use applicationId instead.

  • userId
    Type: stringFormat: uuid
    required

    User ID associated with this session

  • wasteDurationInSeconds
    Type: integer
    required

    Total waste duration of the session in seconds

  • wastePercentage
    Type: integer
    required

    Percentage of session time that was waste (0-100)

  • webcamEnabled
    Type: boolean
    required

    Whether the webcam was enabled for this session

  • metadata
    Type: object | null

    Opaque session metadata object

    • propertyName
      Type: anything