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