canvas_list_recent_submissions
Get a list of recently graded submissions in a course, covering the past 14 days by default. Optionally filter by student or a specific date range.
Instructions
List recently graded submissions in a course. Defaults to a 14-day window for the calling user.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| since | No | ISO 8601 timestamp; defaults to 14 days ago. | |
| courseId | Yes | ||
| studentId | No | 'self' or a numeric Canvas user ID. Defaults to 'self'. |