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

# Get Course Statistics

`GET /training/analytics/v1/courses/statistics`

Retrieves all course statistics for courses in your organization.

## Query parameters

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

## Response `200`

A successful response.

- S12TrainingAnalyticsV1GetCourseStatisticsResponse
  - `totalCount` integer — The total number of course statistics matching the request
  - `items` S12TrainingAnalyticsV1CourseStatistics[] — List of course statistics
    - `courseId` string — ID of the course
    - `totalUsers` integer — Total users assigned to the course
    - `completedCount` integer — Total completions of the course
    - `openedCount` integer — Total opens of the course

## 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)
