---
title: "Leaderboard history"
method: GET
path: "/challenge/{public_id}/leaderboard_history/"
tags: ["challenge"]
---

# Leaderboard history

`GET /challenge/{public_id}/leaderboard_history/`

Retrieve the scores of the authenticated profile for all periods since the profile joined the challenge.
This endpoint returns a list of objects.

## Response `200`

OK

- LeaderboardHistory
  - `score` number
  - `start` string, date-time
  - `end` string, date-time

---

[API](https://skmtc.net/wefitter/apis/wefitter-api.md) · [All operations](https://skmtc.net/wefitter/apis/wefitter-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/wefitter/wefitter-api/revisions/52b0eb5e8b96/schema)
