Get the Status of a Transcoding Job

To get the status of a transcoding job, make a GET request to https://api.octet.video/v0/jobs/{JOB_ID} replacing {JOB_ID} with the ID of your job.

Sample response:

KeyDescription
statusOne of: created, encode_in_progress, encode_complete, packaging_in_progress, error, complete
encode_completion_pctA number between 0 and 1. This is an estimate and may not be accurate
packaging_completion_pctA number between 0 and 1. This is an estimate and may not be accurate
job_idThe job ID
created_atA the datetime when the job was created in ISO 8601 format