cURL
curl --request POST \ --url https://openapi.octoparse.com/cloudextraction/statuses/v2 \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "taskIds": [ "<string>" ] } '
{ "data": [ { "taskId": "<string>", "status": "<string>", "currentTotalExtractCount": 123, "executedTimes": 123, "subTaskCount": 123, "nextExecuteTime": "2023-11-07T05:31:56Z", "startExecuteTime": "2023-11-07T05:31:56Z", "endExecuteTime": "2023-11-07T05:31:56Z" } ], "requestId": "<string>" }
Get the status of tasks based on task IDs. Request frequency: 5 requests / second.
Use the access_token obtained from POST /token
Detailed task statuses retrieved
Show child attributes