v1
latestOpenAPI 3.1.02026-07-267724480.0 KBRetrieve a Wan video task
Read the state of a Wan video task that was created through POST /v1/videos.
get/v1/videos/{task_id}
Path parameters
task_idstring required
Task ID returned by POST /v1/videos.
Response
Current Wan video task state.
Example response
{
"id": "task_example",
"task_id": "task_example",
"object": "video",
"model": "wan2.6",
"status": "queued",
"created_at": 1779938152,
"completed_at": 1779938219,
"video_url": "<temporary-video-url>"
}