``jobs``optional, array[object] Filtered response by a collection of jobs specified by its workflow path and an optional job name.
If "job" is undefined then all jobs of the specified workflow are included in the response.
If "job" is specified then parameters such as ``folders``, ``excludeJobs`` and ``regex`` are ignored. [{
"workflowPath":"/path/to/workflow",
"job":"myJob"
}]