v13

latestOpenAPI 3.0.0raw.githubusercontent.com2023-04-201625158.8 KB
Jobs

Get Job Progress

'Get the progress of a job. The return will contain one or more of the following keys: state, input, outputs, and progress.'

get/jobs/{job_id}/progress

Path parameters

job_idstring required

The Zencoder job id

Query parameters

pageinteger

The page of results to return

per_pageinteger

The number of results to return for each page

Headers

Content-Typestring required

Content-Type: application/json

Zencoder-Api-Keystring required

Your API key

Response

Success.

statestring

The current state of the job:

  • pending (not yet submitted to Zencoder)
  • submitting (currently submitting to Zencoder)
  • transcoding (successfully submitted to Zencoder)
  • finished (Zencoder finished transcoding, and the job is done)
  • failed (Zencoder was unable to transcode the video)
progressnumber

The percentage complete