# platform_orgs_courses_users_progress_retrieve Gives Percentage of units completed in course for a specific learner Endpoint: GET /api/platform/orgs/{org}/courses/{course_id}/users/{user_id}/progress Version: 3.59.0-ai-plus Security: PlatformApiKeyAuthentication ## Path parameters: - `course_id` (string, required) - `org` (string, required) - `user_id` (string, required) ## Query parameters: - `department_id` (integer) When is passed, it allows to filter data for only user content groups for the specified department - `format` (string) Format * - json Enum: "json" - `include_main_platform` (boolean) Include main platform data ## Response 200 fields (application/json): - `data` (object, required) - `data.progress` (number, required) Perlearner Course progress