---
title: "Fetch a job given its identifier"
method: GET
path: "/v1/jobs/with-message/{job_id}"
tags: ["jobs"]
---

# Fetch a job given its identifier

`GET /v1/jobs/with-message/{job_id}`

## Headers

- `X-Fields` string, mask

## Response `200`

Success

- JobWithFeedbackMessage
  - `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_WORK' | 'EXPIRED' | 'POST_PROCESSED' | 'SUSPENDED' | 'CANCELED' | 'NEEDS_REVIEW' | 'COMPLETED' | 'SCHEDULED' | 'FAILED' | 'POST_PROCESSING' | 'PENDING' | 'REVIEWED' | 'IN_PROGRESS'
  - `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
  - `feedbackMessage` FeedbackMessageView
    - `id` integer
    - `message` string
    - `created` string, date-time
    - `updated` string, date-time
    - `correct` boolean
    - `response` object
    - `feedbackConversationId` string
    - `state` 'ACTIVE' | 'DELETED' | 'FLAGGED'
    - `ownerId` integer
    - `ownerEmail` string
    - `labelerId` integer
    - `labelerEmail` string
    - `workerId` string
    - `tag` FeedbackTag
      - `id` integer
      - `parentId` integer
      - `tag` string
      - `active` boolean
      - `position` integer
      - `created` string, date-time
      - `updated` string, date-time
      - `checkbox` boolean
      - `textField` string
      - `editable` boolean
      - `value` string
    - `viewState` string
    - `taskId` string
    - `labelerTaskId` string
  - `feedbackTags` FeedbackTag[]
    - `id` integer
    - `parentId` integer
    - `tag` string
    - `active` boolean
    - `position` integer
    - `created` string, date-time
    - `updated` string, date-time
    - `checkbox` boolean
    - `textField` string
    - `editable` boolean
    - `value` 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/d2c17db7266d/schema)
