Get full information for job: /rest/v1/:userId/jobs/:jobId (GET)
string $jobId:
array
public function getJob($jobId) { return $this->execute('GET', $this->userId . '/jobs/' . $jobId); }