---
title: "Get Student Inbox Items"
method: GET
path: "/student/inbox/items"
tags: ["Student"]
---

# Get Student Inbox Items

`GET /student/inbox/items`

## Response `200`

Successful Response

- StudentInboxItemsResponse
  - `review_request_verdicts` StudentInboxReviewRequestVerdictItem[], required
    - `request_id` string, required
    - `assignment_id` string, required
    - `assignment_title` string, required
    - `session_id` string, required
    - `exercise_id` string, required
    - `exercise_title` string, nullable
    - `exercise_index` integer, nullable
    - `teacher_name` string, required
    - `resolution_action` 'corrected' | 'marked_partial' | 'dismissed', nullable
    - `resolved_correctness` 'correct' | 'partial' | 'wrong' | 'not_applicable', nullable
    - `resolved_at` string, date-time, required
    - `subject` string

## Changes

- **2026-09-10** `da2adc76dec3` — 1 info
  - added the optional property `review_request_verdicts/items/subject` to the response with the `200` status

[Change history](https://skmtc.dev/excellence-ai/apis/excellence-learning/changes/student/inbox/items/get.md)

---

[API](https://skmtc.dev/excellence-ai/apis/excellence-learning.md) · [All operations](https://skmtc.dev/excellence-ai/apis/excellence-learning/llms.txt) · [OpenAPI document](https://skmtc.dev/excellence-ai/apis/excellence-learning/revisions/2a0c1636fd3b?raw)
