The job dictionary describes a Cloud Slicer job via the following properties:
Name | Type | Description | ||||
---|---|---|---|---|---|---|
args | Dictionary | Contains slicing parameters associated with this job. | ||||
asset | String | Create Clip | Add WebVTT Track | Update WebVTT Track Indicates the asset IDThis unique ID identifies an asset. View this ID by navigating to the Content tab, selecting the desired asset, and then viewing the GUID option from the Details tab. for the clip that was created or for the asset to which a WebVTT track was added or replaced. | ||
attempts | Integer | Indicates the number of attempts to slice the media associated with the job. | ||||
finished | Integer | Indicates the timestamp, in Unix time (milliseconds), at which the job reached either the done or error state. | ||||
hd_exported_url | String | Export Asset Only Indicates the URL to the exported MP4 asset. If captions are present, download a TTML file by appending .ttml to this URL. | ||||
id | String | Identifies the Cloud Slicer job by its system-defined ID. | ||||
last_error | String | Provides the most recent error message. | ||||
last_start | Integer | Indicates the timestamp, in Unix time (milliseconds), at which the job was most recently assigned to a Cloud Slicer. | ||||
owner | String | Identifies the owner of this job by user IDA user ID uniquely identifies a user account via an alpanumeric system-defined ID.. | ||||
progress | String | Describes the job's progress. | ||||
source | Dictionary | Identifies the media associated with this job. | ||||
state | String | Indicates the current state of the job. Valid values are: waiting | assigned | done | error | cancelled Learn more. |