Cicle 2.0 is a great step forward, but the lack of API limits what we can do with workflows. It implies that we need to make a great deal of processing the jobs result to find the status of the Workflow (If all the steps succeeded, how log the whole workflow took, etc)Ideally it would work Similarly to the the already existing API endpointhttps://circleci.com/docs/api/#recent-builds-for-a-single-project
Having the same for workflows, and their basic details / status.
To get what is found in this page:https://circleci.com/gh/:organization/workflows
{ "status": "running" "jobs" : { "job_one": { "status": "running" }, "job_two" { "status": "dependecy_waiting" } ... }}
CCI-I-680