``excludeJobs``optional, array[object] Response contains all jobs except the jobs that are specified in this collection.
A job is specified by its workflow path and an optional job name.
If "job" is undefined then all jobs of the specified workflow are excluded in the response.
This parameter will be ignored if ``jobs`` parameter is set. [{
"workflowPath":"/path/to/workflow",
"job":"myJob"
}]