task_id
查询视频生成任务的状态和结果。UNKNOWN
。Authorization: Bearer ********************
curl --location --request GET '/wan/api/v1/tasks/86ecf553-d340-4e21-xxxxxxxxx' \
--header 'Authorization: Bearer <token>'
{
"request_id": "4c87e22d-dfaf-95bb-aadc-xxxxxx",
"output": {
"task_id": "436310e6-5404-42ef-b875-xxxxxx",
"task_status": "SUCCEEDED",
"submit_time": "2025-07-27 21:05:15.212",
"scheduled_time": "2025-07-27 21:05:15.232",
"end_time": "2025-07-27 21:07:58.027",
"video_url": "https://dashscope-result-wlcb.oss-cn-wulanchabu.aliyuncs.com/1d/xxx.mp4?Expires=xxxxxx",
"orig_prompt": "一只猫在草地上奔跑",
"actual_prompt\"": "一只白猫在草地上奔跑,尾巴高高扬起,步伐轻快。"
},
"usage": {
"video_duration": 5,
"video_count": 1,
"SR": 1080
}
}