Get the last task status

Basic Information

Interface Description: Get the status of the last task of the specified account through the interface.

Interface URL: https://api.thordata.com/api/web_scraper_api/get_latest_task_status

Request Method: POST

Request parameters

Header:

Parameter name
Type
Required
Describe

token

string

Yes

Please log in to the Dashboard-MENU-My Account to view your token parameter value

key

string

Yes

Please log in to the Dashboard-MENU-My Account to view your key parameter value

Response example

{
    "code": 200,
    "data": {
        "api_code": 200,
        "api_error_msg": ""
    },
    "msg": "ok"
}

If the returned code value is not 200, please check the error code description list and modify it.

Parameter name
Type
Required
Describe

code

number

No

200 = Success

data

object

No

Mission Information

download

string

Yes

200 = success, 400 = failure

tasks_ids

string

Yes

error message

msg

string

No

Last updated