---
title: "Get Lesson Statistics"
method: GET
path: "/training/analytics/v1/lessons/statistics"
tags: ["Training"]
---

# Get Lesson Statistics

`GET /training/analytics/v1/lessons/statistics`

Retrieves all lesson statistics for lessons in your organization.

## Query parameters

- `pageSize` integer
- `page` integer
- `courseId` string

## Response `200`

A successful response.

- S12TrainingAnalyticsV1GetLessonStatisticsResponse
  - `totalCount` integer — The total number of lesson statistics matching the request
  - `items` S12TrainingAnalyticsV1LessonStatistics[] — List of lesson statistics
    - `courseId` string — ID of the course
    - `lessonId` string — ID of the lesson
    - `openedCount` integer — Total opens of lesson
    - `completedCount` integer — Total completions of 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)
