Get Transcode Status
GET {{dolby-io-url}}/media/transcode?job_id={{job_id}}
For a given job_id, this method will check if the transcoding task has completed and return transcoding results.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
job_id | string | Use the job_id returned from a previous POST response to check on the status of an asynchronous request. |
RESPONSES
status: OK
{"path":"/media/transcode","status":"Success","progress":100,"api_version":"v1.5","result":{}}