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

# Get individual leaderboard rankings

`GET /training/individualleaderboards/v1/rankings`

Retrieves rankings for a specific individual leaderboard.

## Query parameters

- `leaderboardId` string

## Response `200`

A successful response.

- S12TrainingIndividualleaderboardsV1GetIndividualLeaderboardRankingsResponse
  - `leaderboardId` string — ID of the individual leaderboard
  - `leaderboardName` string — Name of the individual leaderboard
  - `leaderboardStartDate` string, date-time — Start date of the individual leaderboard
  - `leaderboardEndDate` string, date-time — End date of the individual leaderboard
  - `rankings` S12TrainingIndividualleaderboardsV1Ranking[] — Rankings for the individual leaderboard
    - `rank` integer — Ranking number
    - `participantId` string — ID of the participant/user
    - `participantName` string — Name of the participant/user
    - `participantAvatarUrl` string — URL of the participant/user's avatar
    - `totalScore` integer — Total score of the participant/user
    - `isNotAttempted` boolean — Flag to indicate if the participant/user has not attempted the individual leaderboard

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