Open source media management and distribution platform

asset/$asset_id/joblist

Getting a list of the jobs of an asset

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.

Request URL

/asset/{asset_id}/joblist [GET]

Request parameters

Parameter

Type

Description

Method

Obligatory/Optional

asset_id

alphanumeric

asset id

URL

obligatory

user_id

string

user id

GET

obligatory

Example request URL (GET)

/asset/6c704fbd4ef58f2447fd1a3e7/joblist?user_id=entree004

Response fields

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