Get Dubbing Job Status

Return the current status, progress trace, export path, and additional products for a single dubbing job.

get/dubbing/job/{request_id}

Path parameters

request_idstring required

Response

Successful Response

requestIdstring required
status'INTAKE_PREPROCESSING' | 'INTAKE_VALIDATION' | 'INTAKE_FAILED' | 'INTAKE_APPROVED' | 'CASTING' | 'ADAPTGEN_START' | 'ADAPTGEN_MIDWAY' | 'READY_FOR_QC' | 'QC' | 'QC_IN_REVIEW' | 'ADAPTGEN_QC_FIX' | 'READY_FOR_DMX' | 'DMX_DONE' | 'READY_FOR_MIXING' | 'MIXING_IN_PROGRESS' | 'READY_FOR_MIX_QC' | 'MIX_QC_IN_PROGRESS' | 'DELIVERED_TO_CLIENT' | 'CLIENT_REFIX_PROCESSING' | 'CLIENT_REFIX_REJECTED' | 'CLIENT_REFIX' | 'FAILURE' | 'READY_FOR_REDMX' | 'PARKED_REQUEST' | 'PARKED_REQUEST_RECEIVED' | 'REDMX_DONE' | 'REDELIVERED_TO_CLIENT' required

Lifecycle status of a dubbing job, from initial intake through delivery and optional client re-fixes.

detailedTracestring required
exportPathstring required
metadataobject required

Changes

Changed in 1 of the 4 revisions of this API.7

    • added the new ITT_SUBTITLES enum value to the /// response property for the response status

      response-property-enum-value-added

    • added the new MIXING_IN_PROGRESS enum value to the response property for the response status

      response-property-enum-value-added

    • added the new MIX_QC_IN_PROGRESS enum value to the response property for the response status

      response-property-enum-value-added

    • added the new PARKED_REQUEST enum value to the response property for the response status

      response-property-enum-value-added

    • added the new PARKED_REQUEST_RECEIVED enum value to the response property for the response status

      response-property-enum-value-added

    • added the new READY_FOR_MIXING enum value to the response property for the response status

      response-property-enum-value-added

    • added the new READY_FOR_MIX_QC enum value to the response property for the response status

      response-property-enum-value-added