Obtener estado de un proceso específico
🚀 Servidor de producción
https://api.hiveflow.com/api
🚀 Servidor de producción
https://api.hiveflow.com/api
GET
/flows/{id}/processes/{processId}/status
Procesamiento
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.hiveflow.com/api/flows//processes//status'
Response Response Example
{
"success": true,
"process": {
"processId": "string",
"flowId": "string",
"status": "string",
"startTime": "2019-08-24T14:15:22Z",
"endTime": "2019-08-24T14:15:22Z",
"results": [
{}
]
}
}
Request
Path Params
id
string
required
processId
string
required
Responses
Modified at 2025-06-19 15:26:15