Retrieve a task
Retrieve a task
Retrieves the task with the given ID.
GET
Retrieve a task
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
ID of the Task
Minimum string length:
8Response
Successful Response
Unique identifier for the object.
Example:
"01K364FEGEDX32AK5RK447H2KP"
State of the task
Available options:
PENDING, STARTED, RUNNING, FAILED, SUCCEEDED Examples:
"RUNNING"
"FAILED"
"SUCCEEDED"
If task state is FAILED, this will contain a brief description of the error
If task state is SUCCEEDED, this will contain the results of the task
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
Last modified on May 12, 2026