list_submissions
Retrieve student submissions for an assignment with filters for state, including grades and links.
Instructions
List all submissions for an assignment.
Args: course_id: The ID of the course assignment_id: The ID of the assignment page_size: Maximum number of submissions to return states: Comma-separated states: NEW, CREATED, TURNED_IN, RETURNED
Returns: List of submissions with state, grade, and links
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| states | No | ||
| course_id | Yes | ||
| page_size | No | ||
| assignment_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |