---
title: "Get Sessions Needing Feedback"
method: GET
path: "/session/admin/needs-feedback"
tags: ["session"]
---

# Get Sessions Needing Feedback

`GET /session/admin/needs-feedback`

Get all sessions that have student work but no feedback.

## Response `200`

Successful Response

- SessionNeedingFeedback[]
  - `id` string, required
  - `student_id` string, required
  - `student_name` string, nullable
  - `student_email` string, nullable
  - `topic_id` string, required
  - `topic_name` string, required
  - `exercise_name` string, required
  - `student_work_images` string[], required
  - `exercise_images` string[], required
  - `created_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)
