list_submission_comments_needing_attention
List student submissions where the latest comment is unaddressed, helping instructors triage pending responses.
Instructions
List submissions where the most recent comment is from the student and has not been addressed by grading or a reply — i.e. comments the instructor has likely not seen. Returns a triage list, oldest-unaddressed first. Requires instructor/TA permissions in the course.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| course_id | Yes | The Canvas course ID | |
| assignment_ids | No | Scope the scan to specific assignment IDs (fetches all assignments when omitted) | |
| unread_only | No | When true, only return submissions where read_status is "unread". Default false. |