---
title: "Get Photo Submission Statuses"
method: GET
path: "/exercise-sessions/{session_id}/photo-submission-status"
tags: ["photo_submissions"]
---

# Get Photo Submission Statuses

`GET /exercise-sessions/{session_id}/photo-submission-status`

## Path parameters

- `session_id` string, required

## Response `200`

Successful Response

- PhotoSubmissionStatusesResponse
  - `statuses` ExercisePhotoStatusResponse[], required
    - `exercise_id` string, required
    - `grading_status` 'processing' | 'graded' | 'error' | 'rejected', nullable, required
    - `attempt_index` integer, nullable, required
    - `computed_grade` number, nullable, required
    - `max_grade` number, nullable, required
    - `rejection_reason` string, nullable, required

## Other responses

- `400` — Malformed identifier
- `403` — Not authorized for this resource
- `404` — Resource not found
- `422` — Validation Error

---

[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/d367d251945b?raw)
