list_pages
Retrieve pages for a course by ID or code. Narrow results with search, published status, and sort filters to find the exact page in seconds.
Instructions
List pages for a specific course.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sort | No | Sort by 'title', 'created_at', or 'updated_at' | title |
| order | No | 'asc' or 'desc' | asc |
| published | No | Filter by published status (None for all) | |
| search_term | No | Filter pages containing this term | |
| course_identifier | Yes | Course code or Canvas ID |