list_submissions
Retrieve all student submissions for a specific Canvas assignment by supplying the course ID and assignment ID. Control the number of results per page with the optional per_page parameter.
Instructions
List submissions for a Canvas assignment
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| per_page | No | Number of results per page (default 20) | |
| course_id | Yes | The course ID | |
| assignment_id | Yes | The assignment ID |