diff --git a/src/MediaServices/MediaServicesRestProxy.php b/src/MediaServices/MediaServicesRestProxy.php index 1858f7f8c..7f66753ff 100644 --- a/src/MediaServices/MediaServicesRestProxy.php +++ b/src/MediaServices/MediaServicesRestProxy.php @@ -1371,9 +1371,9 @@ public function getJob($job) * * @return array of Models\Job */ - public function getJobList() + public function getJobList(array $queryParams = []) { - $propertyList = $this->_getEntityList('Jobs'); + $propertyList = $this->_getEntityList('Jobs', $queryParams); $result = []; foreach ($propertyList as $properties) {