get_gradebook_history_feed
Retrieve a paginated gradebook history feed for a course, with filters for assignment or user, and optional ascending order.
Instructions
Get the paginated gradebook history feed for a course, optionally filtered by assignment or user and optionally sorted oldest-first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| course_id | Yes | The Canvas course ID | |
| assignment_id | No | Optional Canvas assignment ID to filter the feed | |
| user_id | No | Optional Canvas user ID to filter the feed | |
| ascending | No | Set true to return the oldest gradebook history entries first |