Get the Task Information [You May Want to Know]

Task Info
This interface is to get the task info.
Interface Routing
GET /v2/tasks/:id
Interface Parameters
Request
No parameters required
Return Parameters
Result Data
Response
{
    "code": 0,
    "data": {
        "id": "wplv3rvc-aku6-by63-c0jy-s18d52sijy7d",
        "status": "success",
        "progress": "100",
        "operation": "import/base64",
        "spend": 13,
        "result": {
            "files": [
                {
                    "filename": "test.jpg",
                    "size": 106354
                }
            ]
        },
        "created_at": "2021-04-25 11:22:01",
        "started_at": "2021-04-25 11:22:01",
        "ended_at": "2021-04-25 11:22:15",
        "wsid": "18083031",
        "links": [
            "http://48046449-1266070635367705.test.functioncompute.com/v2/tasks/wplv3rvc-aku6-by63-c0jy-s18d52sijy7d"
        ]
    },
    "msg": ""
}