Get Gradebook History Feed
get_gradebook_history_feedRetrieve a course's gradebook history feed, filterable by assignment or user, with optional oldest-first sorting.
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 |
|---|---|---|---|
| user_id | No | Optional Canvas user ID to filter the feed | |
| ascending | No | Set true to return the oldest gradebook history entries first | |
| course_id | Yes | The Canvas course ID | |
| assignment_id | No | Optional Canvas assignment ID to filter the feed |