---
title: "Get task process"
method: GET
path: "/open-api/v3/task"
tags: ["Common Interface"]
---

# Get task process

`GET /open-api/v3/task`

Retrieve the current progress of a task by its task ID.

## Query parameters

- `accountId` string, required — Account ID
- `taskId` string, required — Task ID

## Response `200`

OK

- OpenApiV3ProgressDataVO
  - `code` string — Error code
  - `message` string — Error message
  - `data` OpenApiV3ProgressVO, required — data
    - `taskId` string — Task ID
    - `doneNum` integer — Number of completed
    - `failedNum` integer — Number of failed
    - `totalNum` integer — Total number
    - `status` string — Task status DONE: Completed PROCESSING: In Progress FAILED: Failed
    - `failedReason` string — Task failed reason

## Other responses

- `400` — Bad Request

---

[API](https://skmtc.net/interlace/apis/core-resource.md) · [All operations](https://skmtc.net/interlace/apis/core-resource/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/interlace/core-resource/revisions/29c08a4da357/schema)
