cURL
curl --request GET \ --url https://dubbing.deepdub.app/dubbing/jobs \ --header 'x-api-key: <api-key>'
{ "items": [ { "requestId": "<string>", "status": "INTAKE_PREPROCESSING", "detailedTrace": "<string>", "exportPath": "<string>", "additionalProducts": [ { "product": "SDH", "assetPath": "<string>", "state": "PENDING_DELIVERY" } ], "metadata": {} } ], "nextToken": "<string>" }
Return a paginated list of dubbing jobs belonging to the authenticated customer. Cancelled jobs are excluded.
API key issued by Deepdub. Contact your account manager to obtain one.
Successful Response
Show child attributes