get_page
Retrieve course pages from Canvas LMS by URL slug to access content like syllabi, handbooks, and examination materials.
Instructions
Get a single page by its URL slug.
Args: course_id: Course ID page_slug: Page URL slug (e.g., "kurshandbok", "examination")
Returns: Page object with title, body (HTML), and metadata
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| course_id | Yes | ||
| page_slug | Yes |