get_user_progress
Retrieve progress data for a user across all enrolled courses, including breakdown per learning activity. Results are paginated.
Instructions
🟢 READ-ONLY · Reporting · GET /v2/users/{id}/progress
Get user progress
Returns information about the user progress, for the user specified by the provided user id, for all courses the user is enrolled in. The result also includes the breakdown of user progress data per learning activity. The list is paginated, with a default limit of 20 course progress data per page.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | User Id or email (encoded string) | |
| page | No | Filter by the page number. In case page number is higher than the maximum one, no results will be returned | 1 |
| items_per_page | No | Filter by the items per page number |