Lookup bulk upload

Retrieve a bulk upload job by id. Poll until COMPLETED or FAILED.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Retrieve a bulk upload job by job_id from Bulk upload.

GET /v2/bulk-uploads/{job_id}

ℹ️

Authenticate with X-Api-Key and send X-Format: default. Host: https://developer.dacast.com. No request body.

nb_success and nb_failed are strings. Observed status values: STARTED, COMPLETED, FAILED. While the job is in progress, counters may remain "0" until a terminal status — keep polling.

FieldTypeDescription
job_idstringJob UUID.
unique_upload_namestringName supplied at create.
upload_typestringSource type (s3).
statusstringSTARTED, COMPLETED, or FAILED.
nb_successstringSuccessfully imported count.
nb_failedstringFailed count.
created_atstringCreate time (UTC).
updated_atstringLast update time when present.
Path Params
string
required

Job UUID returned by create.

Responses

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json