Authorization: Bearer ********************
curl --location -g --request GET '/v1/task/04c89cd9-8a3f-4f9f-948e-20658ce60b46' \
--header 'Authorization: Bearer <token>'
{
"data": {
"progress": "100%",
"updated_at": 1760108718,
"task_result": [
"https://dashscope-result-sh.oss-accelerate.aliyuncs.com/1d/8d/20251010/280639ed/04c89cd9-8a3f-4f9f-948e-20658ce60b46.mp4?Expires=1760193650&OSSAccessKeyId=LTAI5tKPD3TMqf2Lna1fASuh&Signature=7CanoBP46z2C9Feqw9DEnGYewfc%3D"
],
"task_status": "SUCCESS"
}
}