Get Jobs

GET {{dolby-io-url}}/media/jobs

Returns a list of the jobs that have been submitted in the past 31 days.

Request Params

KeyDatatypeRequiredDescription
submitted_afternullQuery jobs that were submitted at or after the specified date and time (inclusive).
submitted_beforenullQuery jobs that were submitted at or before the specified date and time (inclusive). The submitted_before must be the same or later than submitted_after.
statusnullQuery jobs that have the specified status.
next_tokennullUsed when querying the next page of jobs. Specify the next_token that was returned in the previous call.

RESPONSES

status: OK

{"count":10,"jobs":[{"job_id":"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX","api_version":"v1.5","path":"/media/transcode","status":"Success","progress":100,"duration":12.596,"time_submitted":"2022-07-06T22:46:25.537Z","time_started":"2022-07-06T22:46:25.000Z","time_completed":"2022-07-06T22:46:37.913Z","expiry":"2022-08-06T22:46:25.000Z"}]}