v13

latestOpenAPI 3.0.0raw.githubusercontent.com2023-04-27261054.8 KB
OTT Async Jobs

Get all OTT async jobs.

Gets a list of all recent OTT async jobs for the account. Note that jobs expire after 24 hours and will no longer be returned by this method after that.

get/accounts/{{account_id}}/mrss/ott-async-jobs

Path parameters

account_idstring required

ID of the account

Response

A list of recent jobs.

idstring

Id of this job

namestring

Name of this job

state'PENDING' | 'PROCESSING' | 'COMPLETED' | 'ERROR'

State of this job. Job state starts out as PENDING when the job is submitted, moves to PROCESSING when the processing of the job begins, and move to either COMPLETED or ERROR state when job processing finishes.

syndicationsstring[] required

A list of OTT syndications to be processed. The resulting feeds will be generated and packaged into a single zipped results file.

resultsstring[]

A list of URLs pointing to results files. Currently this will always contain just a single URL pointing to a zipped results file if the job was processed successfully. The URLs expire after 3 hours.

errorsstring[]

A list of errors that occurred if a job failed to complete successfully.

created_atstring

Job creation timestamp, in UTC format.

updated_atstring

Last job update timestamp, in UTC format.