---
title: "Retrieve a data labeling job"
method: GET
path: "/v1/multi-organizations/data-labeling-job/{job-id}"
tags: ["Data Labeling"]
---

# Retrieve a data labeling job

`GET /v1/multi-organizations/data-labeling-job/{job-id}`

Retrieves a data labeling job. You can use this operation to track the status of the data labeling job.

## Path parameters

- `job-id` string, uuid, required

## Headers

- `Accept-Encoding` string
- `Content-Encoding` string
- `Zuora-Entity-Ids` string
- `Zuora-Track-Id` string
- `Zuora-Version` string

## Response `200`

OK

- GetDataLabelingJobResponse
  - `jobId` string, uuid — Identifier of the data labeling job.
  - `jobStatus` 'Accepted' | 'Dispatched' | 'Completed' — Status of the data labeling job. * `Accepted` - The data labeling job has been accepted by the system. * `Dispatched` - The data labeling job is dispatched to the data labeling service. * `Completed` - The data labeling job has completed. Please note that `Completed` simply means the data labeling job has completed, but it does not mean the data labeling job has labeled all the data. You can check the `progress` field to see how many data have been `labeled`, `failed` or `timeout`.
  - `objectType` string — The object type of the data labeling job.
  - `progress` object
    - `failed` integer — The number of objects that have failed to be labeled.
    - `labeled` integer — The number of objects that have been labeled.
    - `timeout` integer — The number of objects that have timed out to be labeled.
  - `success` boolean — Indicates whether the job was submitted successfully.
  - `totalObject` integer — The total number of objects to be labeled.

## Other responses

- `404` — Not Found

---

[API](https://skmtc.dev/zuora/apis/api-reference.md) · [All operations](https://skmtc.dev/zuora/apis/api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/zuora/api-reference/revisions/e6cb4fc6bb06/schema)
