---
title: "Get individual leaderboards"
method: GET
path: "/training/individualleaderboards/v1"
tags: ["Training"]
---

# Get individual leaderboards

`GET /training/individualleaderboards/v1`

Retrieves all individual leaderboards in your organization.

## Query parameters

- `pageSize` integer
- `page` integer

## Response `200`

A successful response.

- S12TrainingIndividualleaderboardsV1GetIndividualLeaderboardsResponse
  - `totalCount` integer — Total number of individual leaderboards matching the request
  - `items` S12TrainingIndividualleaderboardsV1IndividualLeaderboard[] — List of individual leaderboards
    - `id` string — ID of the individual leaderboard
    - `name` string — Name of the individual leaderboard
    - `learnerAccess` boolean — Flag to indicate if the leaderboard is accessible to learners
    - `startDate` string, date-time — Start date of the individual leaderboard
    - `endDate` string, date-time — End date of the individual leaderboard
    - `participantGroupId` string — The ID of the participant group

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