get_submission
Fetch a learner's submission by ID to review answer text, grading status, score, feedback, confidence, and its exercise chain. Supports grading and retrospective analysis.
Instructions
读回一份学习者提交: learner_answer 答案正文 / status 批改状态 (枚举 draft | submitted | pending_grade | graded) / agent_score / agent_feedback / 把握度 (confidence, 可空) / 所属 exercise 链 (exercise_id + exercise_prompt_excerpt + lesson_id + course_id)。批改与复盘的读回面 — 配合 get_exercise 取 reference_answer 后再 grade_exercise。只能读当前 pair 的提交, 其他 pair (或不存在) 的 submission_id 一律 NOT_FOUND。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| submission_id | Yes | 必填; 要读回的 submission id (sub_ 前缀), 须属当前 pair |