get_page
Need a specific Canvas page? Provide the course ID and page slug to retrieve the page title, HTML body, and metadata.
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 |