latestOpenAPI 3.0.42026-08-213579001013.0 KB

5f993bd211f5

Job

Gets the labelling progress for a job.

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

get/job/{jobId}/progress

Path parameters

jobIdstring required

The id of the job to get progress for.

Response

OK

completionPercentagenumber double required

The completion percentage (0–100).

totalinteger required

The total number of rapids.

completedinteger required

The number of completed rapids.

state'Created' | 'Started' | 'Labeling' | 'Paused' | 'Done' | 'Failed' required