Obtener estado actual del flujo
🚀 Servidor de producción
https://api.hiveflow.com/api
🚀 Servidor de producción
https://api.hiveflow.com/api
GET
/flows/{id}/status
Procesamiento
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.hiveflow.com/api/flows//status'
Response Response Example
{
"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"
}
]
}
}
Request
Path Params
id
string
required
Responses
Modified at 2025-06-19 15:26:15