Task
Retrieve a task
GET
/
task
/
{taskId}
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
taskId
string
requiredID of the task
Response
200 - application/json
id
string
Task ID
type
enum<string>
Type of the task
Available options:
upload
, export
, export-data
, transcode-file
, clip
createdAt
number
Timestamp (in milliseconds) at which task was created
scheduledAt
number
Timestamp (in milliseconds) at which the task was scheduled for execution (e.g. after file upload finished).
inputAssetId
string
ID of the input asset
outputAssetId
string
ID of the output asset
projectId
string
ID of the project
requesterId
string
ID of the requester hash(IP + SALT + PlaybackId)
params
object
Parameters of the task
status
object
Status of the task
output
object
Output of the task
Was this page helpful?