Returns a collection of all jobs in a given workflow.
GET /clusters/:name/workflows/:workflowid/jobs
Response
200 OK
{
"href" : "http://your.ambari.server/api/v1/clusters/c1/workflows/mr_201305061943_0001/jobs",
"items" : [
{
"href" : "http://your.ambari.server/api/v1/clusters/c1/workflows/mr_201305061943_0001/jobs/job_201305061943_0001",
"Job" : {
"cluster_name" : "c1",
"workflow_id" : "mr_201305061943_0001",
"job_id" : "job_201305061943_0001"
}
}
]
}