---
title: "✨ Get lead time statistics"
method: GET
path: "/api/projects/{id}/stats/lead_time"
tags: ["Stats"]
---

# ✨ Get lead time statistics

`GET /api/projects/{id}/stats/lead_time`

<Card href="https://humansignal.com/goenterprise">
        <img style="pointer-events: none; margin-left: 0px; margin-right: 0px;" src="https://docs.humansignal.com/images/badge.svg" alt="Label Studio Enterprise badge"/>
        <p style="margin-top: 10px; font-size: 14px;">
            This endpoint is not available in Label Studio Community Edition. [Learn more about Label Studio Enterprise](https://humansignal.com/goenterprise)
        </p>
    </Card>
Get lead time statistics across the project, including average annotation time.

## Path parameters

- `id` integer, required

## Response `200`

Lead time statistics

- object
  - `lead_time_stats` object[] — Lead time statistics including mean, median, and distribution
    - `mean_time` number — Average lead time for the user
    - `median_time` number — Median lead time for the user
    - `sum_lead_time` number — Total lead time for the user
    - `user_id` integer — User ID

---

[API](https://skmtc.net/humansignal/apis/label-studio-api.md) · [All operations](https://skmtc.net/humansignal/apis/label-studio-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/humansignal/label-studio-api/revisions/1b113b8df950/schema)
