Skip to main content
GET
/
cloudextraction
/
task
/
subtasks
Get Subtask Status
curl --request GET \
  --url https://openapi.octoparse.com/cloudextraction/task/subtasks \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    {
      "subTaskId": "<string>",
      "status": "<string>"
    }
  ],
  "requestId": "<string>"
}

Authorizations

Authorization
string
header
required

Use the access_token obtained from POST /token

Query Parameters

taskId
string
required
page
integer
required

Page number (starts from 1)

size
integer
required

Number of subtasks per page

Response

200 - application/json

Subtask statuses retrieved

data
object[]
requestId
string