---
title: "Get collaborator jobs by app to label"
method: GET
path: "/v1/apps/{app_id}/label"
tags: ["jobs"]
---

# Get collaborator jobs by app to label

`GET /v1/apps/{app_id}/label`

## Query parameters

- `jobId` integer
- `createdStartDate` string, date-time
- `createdEndDate` string, date-time

## Headers

- `X-Fields` string, mask

## Response `200`

Success

- JobCollaborator
  - `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` 'NEEDS_REVIEW' | 'IN_PROGRESS' | 'REVIEWED' | 'EXPIRED' | 'SUSPENDED' | 'POST_PROCESSING' | 'NEEDS_WORK' | 'SCHEDULED' | 'FAILED' | 'PENDING' | 'CANCELED' | 'POST_PROCESSED' | 'COMPLETED'
  - `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
  - `appParams` object

## Other responses

- `204` — No job available to label
- `404` — App not found or Job to label 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/versions/0d125680e232/schema)
