the Get operation by default returns only 100 tasks, and if there is more (specified in has_more attribute), the caller needs to request additional tasks and merge with the previous chunks. But right now, Jobs.GetByJobId just call Get and returns only first chunk