get_user_activity
View a user's posts and comments in a course by providing user and course IDs. Filter by thread, answer, or comment and paginate results.
Instructions
See what a specific user has been posting and commenting in a course. Use list_users first to find the user_id.
Args: user_id: The user ID (use list_users to find it). course_id: The course ID (use list_courses to find it). limit: Max entries to return (default 30). offset: Pagination offset (use with limit to page through results). filter: Narrow results — "thread" for threads only, "answer" for answers only, "comment" for comments only, or "all" for everything (default).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| filter | No | all | |
| offset | No | ||
| user_id | Yes | ||
| course_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |