ReviewInsightDetailOutput

Detailed insight information with full session context for review

  • durationInSeconds
    Type: integer
    required

    Duration of the insight in seconds

  • endedAtTime
    Type: stringFormat: date-time
    required

    Timestamp when the insight period ended

  • id
    Type: stringFormat: uuid
    required

    Unique identifier for the insight

  • insightType
    Type: string
    required

    Insight type slug (data-driven, see GET /insights/1.0/types for available types)

  • reason
    Type: string
    required

    Detailed reason or description for the insight

  • review
    required

    Review information if reviewed, null if pending

    • reviewedAt
      Type: stringFormat: date-time
      required

      Timestamp when the review was performed

    • reviewedBy
      Type: stringFormat: uuid
      required

      User ID of the reviewer

    • reviewNotes
      Type: string | null
      required

      Notes provided by the reviewer

    • reviewResult
      Type: stringenum
      required

      Result of a review

      values
      • TruePositive
      • FalsePositive
  • session
    Type: object
    required

    Session information for review context

    • applicationId
      Type: stringFormat: uuid
      required

      Application ID used in this session

    • caliperSessionId
      Type: string
      required

      Caliper session ID for evidence tracking

    • durationInSeconds
      Type: integer
      required

      Duration of the session in seconds

    • endedAtTime
      Type: stringFormat: date-time
      required

      Timestamp when the session ended

    • id
      Type: stringFormat: uuid
      required

      Unique identifier for the session

    • isProctored
      Type: boolean
      required

      Whether the session was proctored

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

      Timestamp when the recording ended

    • recordingS3Key
      Type: string | null
      required

      S3 key for the session 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 used in this session. Use applicationId instead.

    • userId
      Type: stringFormat: uuid
      required

      User ID associated with this session

    • metadata
      Type: object | null

      Opaque session metadata object

    • webcamEnabled
      Type: boolean

      Indicates whether the webcam was enabled for this session

  • startedAtTime
    Type: stringFormat: date-time
    required

    Timestamp when the insight period started

  • version
    Type: string
    max length:  
    16
    required

    Version of the insight