---
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

---

[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-service-production.skmtc.workers.dev/v1/apis/excellence-ai/excellence-learning/revisions/c407f3b5a05b/schema)
