cURL
curl --request GET \ --url https://openapi.octoparse.com/cloudextraction/task/subtasks \ --header 'Authorization: Bearer <token>'
{ "data": [ { "subTaskId": "<string>", "status": "<string>" } ], "requestId": "<string>" }
Get the subtask status of the latest run of a task.
Use the access_token obtained from POST /token
Page number (starts from 1)
Number of subtasks per page
Subtask statuses retrieved
Show child attributes