Status Code
A status code of 200 is returned on a successful completion. A non-200 status code is returned if an error occurs.
Example
[{
"workflow_name": "workflow1",
"status": "deployed"
}, {
"workflow_name": "workflow2",
"status": "Created"
}, {
"workflow_name": "workflow3",
"execution_status": "SUCCESS",
"status": "deployed"
}]