Skip to main content
GET
Query Task

Query Task

Query the task status, progress, and result video URL based on the task_id returned by Create Video.

Method and Path

Request Example

Response Example

Authentication

Path Parameters

string
required
Video generation task ID, consistent with the task_id returned by the creation endpoint.

Response

string
Response code, success on success.
string
Task ID.
string
Task status: SUBMITTED, IN_PROGRESS, SUCCESS, FAILURE.
string
Progress string, such as 50% or 100%.
string
Reason for failure, present only when status=FAILURE.
string
Upstream native status: queued, pending, processing, succeeded, failed.
string
Generated video URL (usually a temporary signed link, valid for about 12 hours by default).
integer
Token usage related to billing.