---
title: "Gets the progress of a workflow."
method: GET
path: "/workflow/{workflowId}/progress"
tags: ["Workflow"]
---

# Gets the progress of a workflow.

`GET /workflow/{workflowId}/progress`

## Path parameters

- `workflowId` string, required

## Response `200`

OK

- GetWorkflowProgressEndpointOutput
  - `completionPercentage` number, double, required — The percentage of workflow datapoints that have been completed.
  - `total` integer, required — The total number of datapoints in the workflow.
  - `completed` integer, required — The number of datapoints that have been completed.
  - `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/versions/e42ec51c7b88/schema)
