get_course
Retrieve detailed information for a specific course, including term and total students by default. Optionally add custom fields such as syllabus, sections, or permissions to tailor the response.
Instructions
Get details for a single course. Defaults to requesting term and total_students. Pass include to replace the default set with custom Canvas include[] fields (teachers, permissions, syllabus_body, sections, etc.).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| course_id | Yes | The Canvas course ID | |
| include | No | Extra fields to include on the course (Canvas include[] param) | |
| teacher_limit | No | Limit on the number of teachers returned when include=teachers |