cURL
curl --request POST \ --url https://openapi.octoparse.com/cloudextraction/statuses \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "taskIds": [ "<string>" ] } '
{ "data": [ { "taskId": "<string>", "taskName": "<string>", "status": "<string>" } ], "requestId": "<string>" }
Get the status of tasks based on task IDs. Request frequency: 1 request / 5 seconds.
Use the access_token obtained from POST /token
Task statuses retrieved
Show child attributes