// "result" is the data from the last check of the job url
let dataReq = await fetch(result.asset.downloadUri);
let data = await dataReq.json();