api.getReport = (uuid) => axios.get(`/api/logs/${uuid}/job-report.json`).then(res => res.data);