cURL
HappyHorse
Query Task Result
Query Task Result - Query the status and result of video generation task by task ID
GET
cURL
Authorizations
Please go to TTAPI Console to get the API key.
Path Parameters
Task ID. Valid for 24 hours.
Response
200 - application/json
Query task result successful
Request unique identifier. Can be used for request tracing and troubleshooting.
Example:
"c11018a8-3f83-9591-a636-xxxxxx"
Task output information
Example:
{
"task_id": "1469cfc3-3004-4d9e-ab10-xxxxxx",
"task_status": "SUCCEEDED",
"submit_time": "2026-04-25 15:03:25.848",
"scheduled_time": "2026-04-25 15:03:25.884",
"end_time": "2026-04-25 15:04:05.882",
"orig_prompt": "Woman in red qipao character1, camera first captures the slim fit and S-curve from side medium shot, then switches to low angle to capture the tassel earrings character3 swaying as she gracefully opens the folding fan character2, finally zooms to facial close-up, freezing her subtle charm as her fingertips lightly touch the fan bone with eyes flowing with emotion, showcasing Oriental elegance from multiple perspectives.",
"video_url": "https://dashscope-result.oss-cn-beijing.aliyuncs.com/xxxx.mp4"
}Output information statistics. Only counted for successful results.
Last modified on April 29, 2026