---
title: "Get Slide User Statistics"
method: GET
path: "/training/analytics/v1/users/{userId}/slides/statistics"
tags: ["Training"]
---

# Get Slide User Statistics

`GET /training/analytics/v1/users/{userId}/slides/statistics`

Retrieves all slide statistics for users in your organization.

## Path parameters

- `userId` string, required

## Query parameters

- `pageSize` integer
- `page` integer
- `onlyActive` boolean

## Response `200`

A successful response.

- S12TrainingAnalyticsV1GetSlideUserStatisticsResponse
  - `totalCount` integer — The total number of slide user statistics matching the request
  - `items` S12TrainingAnalyticsV1SlideUserStatistics[] — List of slide user statistics
    - `userId` string — ID of the user
    - `courseId` string — ID of the course
    - `lessonId` string — ID of the lesson
    - `slideId` string — ID of the slide
    - `lessonTitle` string — Title of the lesson
    - `question` string — Question in the slide
    - `totalDurationMs` integer — Total duration in milliseconds taken to attempt slide
    - `attemptCount` integer — Number of times the slide was attempted
    - `attemptCorrectCount` integer — Number of times the slide was successfully attempted
    - `totalCorrect` integer — Total correct
    - `attemptIncorrectCount` integer — Total incorrect attempts
    - `slideType` string — Type of the slide
    - `firstAnswer` string — Users first answer to the slide
    - `latestAnswer` string — Users latest answer to the slide
    - `courseStatus` string — Status of the course
    - `courseExternalId` string — External ID of the course
    - `lessonExternalId` string — External ID of the 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)
