---
title: "Label collaborator job"
method: POST
path: "/v1/jobs/{job_id}/label"
tags: ["jobs"]
---

# Label collaborator job

`POST /v1/jobs/{job_id}/label`

## Headers

- `X-Fields` string, mask

## Request body

- JobLabel
  - `response` object
  - `responseData` string
  - `feedback` object
  - `action` 'RESOLVE' | 'REJECT'

## Response `200`

Success

- Job
  - `id` string — The job instance unique identifier
  - `completed` string, date-time — time the job was completed
  - `created` string, date-time — time the job was created
  - `callbackUrl` string
  - `appId` string — The app instance unique identifier
  - `status` 'CANCELED' | 'NEEDS_REVIEW' | 'POST_PROCESSING' | 'POST_PROCESSED' | 'PENDING' | 'SUSPENDED' | 'IN_PROGRESS' | 'NEEDS_WORK' | 'FAILED' | 'COMPLETED' | 'EXPIRED' | 'REVIEWED' | 'SCHEDULED'
  - `input` object
  - `metadata` object
  - `tags` string[]
  - `uuid` string
  - `correct` boolean
  - `jobType` string
  - `batchId` string
  - `score` number
  - `trustScore` number
  - `workers` JobWorkers
    - `ais` string[]
    - `users` string[]
    - `crowd` boolean
  - `internalMetadata` object
  - `isBigResponse` boolean

## 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/51decf354aac/schema)
