---
title: "Create Leaderboard Snapshot"
method: POST
path: "/creator/admin/leaderboard/snapshot"
tags: ["creator"]
---

# Create Leaderboard Snapshot

`POST /creator/admin/leaderboard/snapshot`

Create a leaderboard snapshot (admin only).

## Query parameters

- `period_type` string

## Response `200`

Successful Response

- LeaderboardSnapshotResponse — Response for a leaderboard snapshot.
  - `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)
