curl --location --request GET 'https://api.hiveflow.ai/api/flows//processes'
{
"success": true,
"processes": [
{
"processId": "string",
"startTime": "2019-08-24T14:15:22Z",
"endTime": "2019-08-24T14:15:22Z",
"status": "string",
"nodeResults": [
{}
],
"duration": 0
}
],
"total": 0
}