Skip to main content
id
string
required

Unique identifier for the task.

state
enum<string>
default:PENDING

State of the task

Available options:
PENDING,
STARTED,
RUNNING,
FAILED,
SUCCEEDED
failure_message
string

If task state is FAILED, this will contain a brief description of the error

results
TaskResult · object[]

If task state is SUCCEEDED, this will contain the results of the task

dropped_assets
DroppedAsset · object[]

If some of the input assets did not pass our internal checks, this will contain the assets that were dropped from the video along with a brief description of the error