---
title: "List unique annotators for project"
method: GET
path: "/api/projects/{id}/annotators/"
tags: ["Projects"]
---

# List unique annotators for project

`GET /api/projects/{id}/annotators/`

Return unique users who have submitted annotations in the specified project.

## Path parameters

- `id` integer, required

## Response `200`

List of annotator users

- UserSimple[]
  - `avatar` string, nullable, required
  - `email` string, email
  - `first_name` string
  - `id` integer, required
  - `last_name` string
  - `username` string, required

---

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