---
title: "Get Leaderboard"
method: GET
path: "/reports/leaderboard"
tags: ["CRM Reports", "CRM Reports"]
---

# Get Leaderboard

`GET /reports/leaderboard`

Rank agents by lead progression / win rate over the period.

Sources: upstream `agent_prospect_productivity_progression` with `userid=None`
(tenant-wide) joined with the tenant user list for display names.

## Query parameters

- `start_date` string, required — ISO date, inclusive
- `end_date` string, required — ISO date, inclusive

## Response `200`

Successful Response

- LeaderboardResponse
  - `entries` LeaderboardEntry[], required
    - `user_id` string, required
    - `name` string, nullable
    - `avatar_url` string, nullable
    - `rank` integer, required
    - `total_leads` integer
    - `organic_win_rate` number
    - `performance_grade` string, nullable
    - `lead_allocation_percentage` number, nullable
  - `start_date` string, nullable
  - `end_date` string, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/ambivo/apis/ambivo-api.md) · [All operations](https://skmtc.net/ambivo/apis/ambivo-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ambivo/ambivo-api/versions/165a6d16a9a0/schema)
