✨ Get Inter-Annotator Agreement matrix
✨ Get Inter-Annotator Agreement matrix
<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.
Authentication
AuthorizationToken
The token (or API key) must be passed as a request header. You can find your user token on the User Account page in Label Studio. Example: <br><pre><code class="language-bash">curl https://label-studio-host/api/projects -H "Authorization: Token [your-token]"</code></pre>
Path parameters
id
Query parameters
expand
Comma-separated list of fields to expand
per_label
Calculate IAA per label
std
Include standard deviation in results
task
Comma-separated list of task IDs to filter by
Response
Inter-Annotator Agreement matrix
IAA
Inter-Annotator Agreement matrix - 2D array when per_label=false, object with label keys when per_label=true
common_tasks
Common tasks matrix - 2D array when per_label=false, object with label keys when per_label=true
std
Standard deviation - number when per_label=false, object with label keys when per_label=true
users
List of users in the matrix