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

# Get Slide Statistics

`GET /training/analytics/v1/slides/statistics`

Retrieves all slide statistics for slides in your organization.

## Query parameters

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

## Response `200`

A successful response.

- S12TrainingAnalyticsV1GetSlideStatisticsResponse
  - `totalCount` integer — The total number of slide statistics matching the request
  - `items` S12TrainingAnalyticsV1SlideStatistics[] — List of slide statistics
    - `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
    - `averageDurationMs` number, double — Average duration in milliseconds taken to attempt the slide
    - `averageAttempts` number, double — Average number of slide attempts
    - `totalAttempts` integer — Total number of slide attempts
    - `totalCorrect` integer — Total number of correct attempts
    - `totalIncorrect` integer — Total number of incorrect attempts
    - `slideType` string — Type of slide
    - `slideAnswers` string — Answers within 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)
