func (s *BatchService) GetJobInfo(ctx context.Context, job string) (info *models.CloudJob, err error) {

    s.Logger.Println("Retrieving information of job", job)
    res, err := s.client.Jobs.JobGet(
        jobs.NewJobGetParamsWithContext(ctx).