``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 the answer contains all jobs of the specified workflow.
If this parameter is specified then the parameters ``folders``, ``excludeJobs``, ``jobName`` and ``workflowPath`` are ignored. |
[{
"workflowPath":"/path/to/workflow",
"job":"myJob"
}] |
|