---
title: "Get User Lesson Progress"
method: GET
path: "/training/analytics/v1/users/{userId}/lessons/progress"
tags: ["Training"]
---

# Get User Lesson Progress

`GET /training/analytics/v1/users/{userId}/lessons/progress`

Retrieves lesson progress for a specific user.

## Path parameters

- `userId` string, required

## Query parameters

- `pageSize` integer
- `page` integer
- `courseId` string
- `minModifiedDatetime` string, date-time
- `maxModifiedDatetime` string, date-time

## Response `200`

A successful response.

- S12TrainingAnalyticsV1GetUserLessonProgressResponse
  - `totalCount` integer — The total number of user lesson progress matching the request
  - `items` S12TrainingAnalyticsV1LessonProgress[] — List of user lesson progress
    - `userId` string — ID of the user
    - `userEmail` string — Email of the user
    - `userFirstname` string — First name of the user
    - `userLastname` string — Last name of the user
    - `courseId` string — ID of the course
    - `courseTitle` string — Title of the course
    - `courseExternalId` string — External ID of the course
    - `lessonId` string — ID of the lesson
    - `lessonTitle` string — Title of the lesson
    - `lessonExternalId` string — External ID of the lesson
    - `lessonOpened` boolean — Flag indicating if the user has opened the lesson
    - `lessonOpenedAt` string, date-time — Date time in which the user opened the lesson
    - `lessonCompleted` boolean — Flag indicating if the user has completed the lesson
    - `lessonCompletedAt` string, date-time — Date time in which the user completed the lesson
    - `lessonScore` number, double — Score achieved by the user during lesson

## Other responses

- `default` — An unexpected error response.

---

[API](https://skmtc.net/safetyculture/apis/safetyculture-api.md) · [All operations](https://skmtc.net/safetyculture/apis/safetyculture-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/safetyculture/safetyculture-api/revisions/5be91df61ded/schema)
