---
title: "Get Leaderboard Snapshots"
method: GET
path: "/creator/leaderboard/snapshots"
tags: ["creator"]
---

# Get Leaderboard Snapshots

`GET /creator/leaderboard/snapshots`

Get historical leaderboard snapshots.

## Query parameters

- `period_type` string
- `limit` integer

## Response `200`

Successful Response

- LeaderboardSnapshotResponse[]
  - `id` string, uuid, required
  - `period_type` string, required
  - `period_start` string, date-time, required
  - `period_end` string, date-time, required
  - `rankings` object[], required
  - `total_creators` integer, required
  - `metric_type` string, required
  - `created_at` string, date-time, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/meganova/apis/fastapi.md) · [All operations](https://skmtc.net/meganova/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/meganova/fastapi/revisions/2b2bab8b9017/schema)
