---
title: "Get Subtask Status"
method: GET
path: "/cloudextraction/task/subtasks"
tags: ["Cloud Extraction"]
---

# Get Subtask Status

`GET /cloudextraction/task/subtasks`

Get the subtask status of the latest run of a task.

## Query parameters

- `taskId` string, required
- `page` integer, required
- `size` integer, required

## Response `200`

Subtask statuses retrieved

- object
  - `data` object[]
    - `subTaskId` string
    - `status` string
  - `requestId` string

---

[API](https://skmtc.net/octoparse/apis/octoparse-api.md) · [All operations](https://skmtc.net/octoparse/apis/octoparse-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/octoparse/octoparse-api/revisions/ba22877ce84b/schema)
