Get Course History
get_course_historyShow the crawl history and change timeline for a specific course. Includes each crawl snapshot (date, item counts, content hash) and a changelog of all detected modifications.
Args:
subject (string): Subject slug (e.g., 'science')
grade (integer): Grade level (0=K, 1-12)
course (string, optional): Course slug (e.g., 'chemistry'). If omitted, shows history for all courses at subject+grade.
Returns: Timeline of crawl snapshots and detected changes per course.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| grade | Yes | Grade level (0=Kindergarten, 1-12) | |
| course | No | Course slug (e.g., 'chemistry'). If omitted, shows history for all courses at subject+grade. | |
| subject | Yes | BC curriculum subject slug (e.g., 'adst', 'science') |