v1

latestOpenAPI 3.0.42026-08-04342835917.6 KB
Workflow

Gets the progress of a workflow.

get/workflow/{workflowId}/progress

Path parameters

workflowIdstring required

The ID of the workflow to get the progress for.

Response

OK

completionPercentagenumber double required

The percentage of workflow datapoints that have been completed.

totalinteger required

The total number of datapoints in the workflow.

completedinteger required

The number of datapoints that have been completed.

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