api.getLogging = (uuid) => axios.get(`/api/logs/${uuid}/job-traces.log`).then(res => res.data);