Canvas LMS Skill Access Canvas LMS data via the REST API. Setup 1. Generate an API token in Canvas: Account → Settings → New Access Token 2. Store token in environment or file: Authentication Include token in all requests: Common Endpoints Courses & Profile Assignments & Due Dates Grades Extract grade: Course Content Response Handling - List endpoints return arrays - Pagination: check header for - Dates are ISO 8601 (UTC) - Use for slow endpoints Parse with jq: Or Python if jq unavailable: Tips - Course IDs appear in todo/assignment responses - File download URLs are in the field of file obje…