It would be great to have an API command that would return an array of Task objects given a Job and a set of task IDs. Right now, the way to do this is to get the entire TaskCollection for the job, and then iterate over all of the tasks, checking for task ID matches.
Thanks.