---
title: "Get current job labelers"
method: GET
path: "/v1/jobs/{job_id}/current_labelers"
tags: ["jobs"]
---

# Get current job labelers

`GET /v1/jobs/{job_id}/current_labelers`

## Headers

- `X-Fields` string, mask

## Response `200`

Success

- JobLabelers
  - `labelers` JobLabelerInfo[]
    - `id` integer
    - `email` string

## Other responses

- `404` — Job not found

---

[API](https://skmtc.net/super/apis/super-ai-api.md) · [All operations](https://skmtc.net/super/apis/super-ai-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/super/super-ai-api/revisions/0d125680e232/schema)
