list_discussions
Retrieve paginated discussion topics for any Canvas course by providing the course ID. Allows setting page number and items per page for efficient browsing.
Instructions
List discussion topics for a course.
Args: course_id: Course ID page: Page number (1-indexed) items_per_page: Number of items per page
Returns: PaginatedResponse containing discussion topics
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| course_id | Yes | ||
| page | No | ||
| items_per_page | No |