PaginatedReviewSessionsOutput

Paginated list of sessions for review

  • limit
    Type: integer
    required

    Current limit

  • offset
    Type: integer
    required

    Current offset

  • sessions
    Type: array object[] · ReviewSessionListItem[]
    required

    Session with review insight counts

    • applicationId
      Type: string Format: uuid
      required

      Application ID associated with this session

    • caliperSessionId
      Type: string
      required

      Caliper session ID for evidence tracking

    • durationInSeconds
      Type: integer
      required

      Duration of the session in seconds

    • endedAtTime
      Type: string Format: date-time
      required

      Timestamp when the session ended

    • falsePositiveCount
      Type: integer
      required

      Number of insights reviewed as false positive in this session

    • id
      Type: string Format: uuid
      required

      Unique identifier for the session

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

      Per-insight-type breakdown of review counts for this session

      Review statistics breakdown by insight type

    • isProctored
      Type: boolean
      required

      Whether this session is proctored

    • pendingCount
      Type: integer
      required

      Number of insights pending review in this session

    • startedAtTime
      Type: string Format: date-time
      required

      Timestamp when the session started

    • subject
      Type: string | null · SessionSubjectenum
      required

      Academic subject attributed to this learning session. Null means not yet decided (no vision-end upsert). Unknown is an explicit value meaning looked and could not say. Values: Reading, Language, Vocabulary, Social Studies, Writing, Science, FastMath, Math, Unknown.

      values
      • Reading
      • Language
      • Vocabulary
      • Social Studies
      • Writing
      • Science
      • FastMath
      • Math
      • Unknown
    • subjectSource
      Type: string | null · SessionSubjectSourceenum
      required

      How subject was decided: app (single-subject LTI application shortcut), journal (vision journal classification), or none (fallback Unknown). Null when subject is null.

      values
      • app
      • journal
      • none
    • truePositiveCount
      Type: integer
      required

      Number of insights reviewed as true positive in this session

    • userId
      Type: string Format: uuid
      required

      User ID associated with this session

    • metadata
      Type: object | null · InsightsSessionMetadata

      Opaque session metadata object

    • recordingS3Key
      Type: string | null

      S3 key for the associated proctoring recording

    • webcamEnabled
      Type: boolean

      Indicates whether the webcam was enabled for this session

  • total
    Type: integer
    required

    Total number of matching sessions