---
title: "Gets the labelling progress for a job."
method: GET
path: "/job/{jobId}/progress"
tags: ["Job"]
---

# Gets the labelling progress for a job.

`GET /job/{jobId}/progress`

Scoped to the job's labelling server-side; returns 404 when the job has no labelling task.

## Path parameters

- `jobId` string, required

## Response `200`

OK

- GetJobProgressEndpointOutput
  - `completionPercentage` number, double, required — The completion percentage (0–100).
  - `total` integer, required — The total number of rapids.
  - `completed` integer, required — The number of completed rapids.
  - `state` 'Created' | 'Started' | 'Labeling' | 'Paused' | 'Done' | 'Failed', required

## Other responses

- `400` — Bad Request
- `401` — Unauthenticated
- `403` — Forbidden

---

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