List My Submissions
classroom_list_submissionsRetrieve student submissions for a course assignment, showing each submission's state, grade, and attachments. Use the submission IDs to manage turn-ins and attachments.
Instructions
List student submissions for a specific assignment. As a student you'll see your own submission(s); as a teacher you'll see all.
Args:
course_id (string): Course ID
coursework_id (string): The assignment's id
response_format ('markdown' | 'json')
Returns: Each submission's id, userId, state (NEW/CREATED/TURNED_IN/RETURNED/RECLAIMED), late flag, assignedGrade, draftGrade, and attachments. Use the submission id with the turn-in / attachment write tools.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| course_id | Yes | Course ID | |
| coursework_id | Yes | CourseWork (assignment) ID | |
| response_format | No | Output format: 'markdown' for human-readable or 'json' for raw data | markdown |