Skip to main content
GET
Query tasks(Vidu)

Authorizations

Authorization
string
header
required

Use Bearer Token authentication. Format: Authorization: Bearer sk-xxxxxx

Path Parameters

task_id
string
required

Task ID, from the task_id returned when creating the task.

Response

200 - application/json

Query successful

id
string

Task ID.

state
enum<string>

Task status. Common values: created, queueing, processing, success, failed.

Available options:
created,
queueing,
processing,
success,
failed
err_code
string
payload
string
creations
object[]
task_id
string

The task ID returned when creating a task, used to query the task.