OTT Stored Jobs
Run an OTT stored job.
Request an asynchronous execution of a stored job. No POST body is required. If the job is already in a PENDING or PROCESSING state the request is ignored. Call the API GET method for the job id to check the execution status and obtain the result URLs after execution is complete. Newly generated results will overwrite previously generated results for the job.
post/accounts/{{account_id}}/mrss/ott-stored-jobs/{job_id}/run
Path parameters
account_idstring required
ID of the account
job_idstring required
ID of the job
Response
Job submitted successfully.