# Query Video Task This file is the focused AI-readable context for one UniAll documentation page. URL: https://docs.uniall.ai/models/video/seedance-2-0/query-task Locale: en Markdown: https://docs.uniall.ai/ai/pages/models/video/seedance-2-0/query-task.md Description: Seedance 2.0 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_xxxxxxxxxx", "model": "jisudance-2.0-720p", "object": "video", "status": "completed", "seconds": "8", "task_id": "5c9e83c9-1044-46cd-8cff-b2c4cb90efba", "progress": 100, "video_url": "https://xxxxxx/r/xxxxxx.mp4", "created_at": 1774102861000 } ```