curl --location --request GET 'https://api.hiveflow.ai/api/flows//status'
{
"success": true,
"status": {
"flowId": "string",
"isRunning": true,
"currentProcess": {
"processId": "string",
"startTime": "2019-08-24T14:15:22Z",
"status": "running",
"progress": {
"completed": 0,
"total": 0,
"percentage": 0
}
},
"activeNodes": [
{
"nodeId": "string",
"status": "string",
"startTime": "2019-08-24T14:15:22Z"
}
]
}
}