Get Page
get_pageFetches a specific wiki page from a Canvas course using its URL slug and course ID. Use this to retrieve page content for reading, editing, or integration into other workflows.
Instructions
Get a single wiki page by its URL slug.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page_url | Yes | The page URL slug (e.g. "welcome-page") | |
| course_id | Yes | The Canvas course ID |