Get Page
get_pageRetrieve a specific wiki page from a Canvas course by providing the course ID and page URL slug. Access page content directly for viewing or processing.
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 |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | ||
| body | No | ||
| title | Yes | ||
| page_id | Yes | ||
| published | No | ||
| created_at | No | ||
| updated_at | No | ||
| editing_roles | No |