---
title: "✨ Get individual annotator agreement stats"
method: GET
path: "/api/projects/{id}/stats/agreement_annotator/{user_id}"
tags: ["Stats"]
---

# ✨ Get individual annotator agreement stats

`GET /api/projects/{id}/stats/agreement_annotator/{user_id}`

<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 agreement statistics for a specific annotator within a project.

## Path parameters

- `id` integer, required
- `user_id` integer, required

## Response `200`

Individual annotator agreement statistics

- object
  - `Agreement_per_annotator` number — Agreement score for the annotator (0-1)

---

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