Open
Description
Right now a JobCollection contains a list of Job uids, which we are retrieving one by one through the get_job endpoint.
It would probably speed up things to be able to use the list_jobs endpoint with a jobCollectionUid option to filter (similar to the already-implemented functionUid filtering option). This endpoint already has pagination included.