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>" }
タスクIDに基づいてタスクのステータスを取得します。リクエスト頻度:5リクエスト/秒。
POST /tokenで取得したaccess_tokenを使用します。
POST /token
access_token
詳細なタスクステータスの取得に成功しました。
Show child attributes