canvas_get_submission
Fetch a single submission with rubric assessment and grader comments by providing course and assignment IDs. Defaults to the current user when no user ID is given.
Instructions
Get a single submission with rubric assessment and grader comments. userId defaults to 'self'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| userId | No | 'self' or a numeric Canvas user ID. Defaults to 'self'. | |
| courseId | Yes | ||
| assignmentId | Yes |