list_submissions
Retrieve student submissions for a coursework, filtering by submission state, student, or page size to track turned-in, returned, or new work.
Instructions
List student submissions for a coursework (status: TURNED_IN, RETURNED, NEW, late status, assigned grade).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| states | No | Filter by submission states: NEW, CREATED, TURNED_IN, RETURNED, RECLAIMED_BY_STUDENT. | |
| userId | No | Optional student filter ('me' for current user, or student user ID). | |
| courseId | Yes | The unique identifier of the course. | |
| pageSize | No | Maximum number of submissions to return. | |
| courseWorkId | Yes | The coursework identifier (or '-' for all coursework in the course). |