Open source media management and distribution platform
This call implements getting all of the jobs for an asset. In this call the asset id and the other parameters is passed. The response is a list of jobs.
/asset/{asset_id}/joblist [GET]
|
Parameter |
Type |
Description |
Method |
Obligatory/Optional |
|
asset_id |
alphanumeric |
asset id |
URL |
obligatory |
|
user_id |
string |
user id |
GET |
obligatory |
/asset/6c704fbd4ef58f2447fd1a3e7/joblist?user_id=entree004
|
Field |
Description |
|
id |
job id |
|
owner |
owner of the job |
|
status |
status of the job (WAITING, IN PROGRESS, FINISHED, CANCELLED, FAILED) |
|
progress |
progress of the job |
|
priority |
priority of the job |
|
job_type |
job type: TRANSCODE, UPLOAD, STILL, ANALYSE. |
|
started |
start datum of the job, e.g.: 28-10-2007 22:04 |
|
started_unix |
start time of the job in a unix_timestamp format. |
|
error_description |
error message |