---
title: "✨ Get Inter-Annotator Agreement matrix"
method: GET
path: "/api/projects/{id}/stats/IAA"
tags: ["Stats"]
---

# ✨ Get Inter-Annotator Agreement matrix

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

<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 Inter-Annotator Agreement (IAA) matrix for a project, showing agreement between all annotators.

## Path parameters

- `id` integer, required

## Query parameters

- `expand` string
- `per_label` boolean
- `std` boolean
- `task` string

## Response `200`

Inter-Annotator Agreement matrix

- object
  - `IAA` union — Inter-Annotator Agreement matrix - 2D array when per_label=false, object with label keys when per_label=true
    - array[] — Inter-Annotator Agreement matrix (2D array) when per_label=false
      - number[]
    - object — Inter-Annotator Agreement matrix per label when per_label=true
  - `common_tasks` union — Common tasks matrix - 2D array when per_label=false, object with label keys when per_label=true
    - array[] — Number of common tasks between annotators (2D array) when per_label=false
      - number[]
    - object — Number of common tasks per label when per_label=true
  - `std` union — Standard deviation - number when per_label=false, object with label keys when per_label=true
    - number
    - object — Standard deviation per label when per_label=true
  - `users` object[] — List of users in the matrix

---

[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/1d13f90af57a/schema)
