---
title: "Get Pending Acquisitions"
method: GET
path: "/copy-correction/student/pending-acquisitions"
tags: ["Copy Correction"]
---

# Get Pending Acquisitions

`GET /copy-correction/student/pending-acquisitions`

Get open acquisition sessions for the student's classes.

## Response `200`

Successful Response

- PendingAcquisition[]
  - `session_id` string, required
  - `exam_id` string, required
  - `exam_title` string, required
  - `teacher_id` string, required
  - `teacher_name` string, required
  - `photo_count` integer, required
  - `student_submission_available_at` string, date-time, nullable
  - `subject` string

## Changes

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

[Change history](https://skmtc.dev/excellence-ai/apis/excellence-learning/changes/copy-correction/student/pending-acquisitions/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)
