---
title: "Returns progress of a given task."
method: GET
path: "/tasks/{taskId}/progress"
tags: ["Tasks (Classic)"]
---

# Returns progress of a given task.

`GET /tasks/{taskId}/progress`

Returns progress of a given task. Progress contains information about task's status (ie. opened or ready) and current phase (ie. translation). Workflow phase is defined as the first one which contains not ready jobs (ie. opened or started). When no such job exists then workflow phase is not included.

## Path parameters

- `taskId` string, required

## Response `200`

Success

---

[API](https://skmtc.dev/xtrf/apis/xtrf-home-portal-api.md) · [All operations](https://skmtc.dev/xtrf/apis/xtrf-home-portal-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/xtrf/xtrf-home-portal-api/revisions/0c24935a3319/schema)
