---
title: "Get Remediation Source"
method: GET
path: "/student-remediation/source"
tags: ["student_remediation"]
---

# Get Remediation Source

`GET /student-remediation/source`

## Query parameters

- `activity_id` string, required — `assignment:<id>` or `evaluation:<id>`, as the chat has it

## Response `200`

Successful Response

- RemediationSourceResponse
  - `activity_id` string, required
  - `kind` 'assignment' | 'evaluation', required
  - `title` string, required
  - `source_id` string, nullable, required
  - `eligible` boolean, required
  - `reason` 'not_graded' | 'no_errors', nullable, required
  - `remediation_session_id` string, nullable, required

## Other responses

- `404` — Resource not found
- `409` — Business rule violated
- `422` — Validation Error

## Changes

> 23 revisions in range; 1 not diffed.

- **2026-09-25** `a8ae0e0c0570` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/excellence-ai/apis/excellence-learning/changes/student-remediation/source/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/a8ae0e0c0570?raw)
