Skip to main content
GET
Query Task

Query Task

After submitting a Jimeng unified video task, query its progress and result via GET /v1/video/query. The query parameter uses id, whose value is the task ID returned by Create Video.
  • The route entry is GET /v1/video/query.
  • The task ID is passed in through the Query parameter id.
  • The returned structure includes fields such as status, progress, and video_url.

Method and Path

Request Example

Response Example

Authentication

Query Parameters

string
required
Task ID, which is the same as the task_id returned by the creation API.

Response

string
Task ID.
string
Task status; common values include processing, failed, and completed.
integer
Progress percentage (0-100).
integer
Creation time (Unix timestamp).
integer
Completion time (Unix timestamp), returned only when the task is completed.
string
Video download URL, returned only when the status is completed.
string
Thumbnail URL, optional field.