---
title: "Get My Leaderboard Rank"
method: GET
path: "/creator/leaderboard/my-rank"
tags: ["creator"]
---

# Get My Leaderboard Rank

`GET /creator/leaderboard/my-rank`

Get current user's rank in the leaderboard.

## Query parameters

- `period` string
- `metric` string

## Response `200`

Successful Response

- MyRankResponse — Response for user's rank in leaderboard.
  - `rank` integer, nullable
  - `score` number
  - `metrics` object, nullable
  - `total_creators` integer
  - `message` string, nullable

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