# Query Video Task This file is the focused AI-readable context for one UniAll documentation page. URL: https://docs.uniall.ai/models/video/wan-2-6/query-task Locale: en Markdown: https://docs.uniall.ai/ai/pages/models/video/wan-2-6/query-task.md Description: Wan 2.6 query video task endpoint. Agent guidance: - Use this page when the user is asking about this specific route or model capability. - Preserve endpoint paths, JSON keys, model IDs, and placeholder values exactly. - Treat examples such as `sk-***`, `{BASE_URL}`, and `task_xxx` as safe placeholders, not real secrets. ## Page Markdown ## Endpoint ```http GET /v1/videos/{task_id} ``` ## Header Parameters | Name | Type | Required | Description | Example | | --- | --- | --- | --- | --- | | `Authorization` | string | No | | Bearer {your_token} | ## Path Parameters | Name | Type | Required | Description | Example | | --- | --- | --- | --- | --- | | `task_id` | string | Yes | | | ## Response Fields | Field | Type | Required | Title | Description | | --- | --- | --- | --- | --- | ## Response Examples ### Example 1 ```json { "id": "task_xxxxxxxxxxxxxxxxxxxxxx", "error": null, "model": "wan2.6-video-1080p", "object": "video.generation.job", "result": { "outputs": [ "https://xxxxxxx.cn/predictions/xxxxx/1.mp4" ], "video_url": "https://xxxxxxx.cn/predictions/xxxxx/1.mp4" }, "status": "completed", "task_id": "xxxxxxxxxxxxxxxxxxxxxxx", "progress": 100, "video_url": "https://xxxxxxx.cn/predictions/xxxxx/1.mp4", "created_at": 1773984104, "raw_status": "COMPLETED" } ```