Obtener historial de procesos del flujo
🚀 Servidor de producción
https://api.hiveflow.com/api
🚀 Servidor de producción
https://api.hiveflow.com/api
GET
/flows/{id}/processes
Procesamiento
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.hiveflow.com/api/flows//processes'
Response Response Example
{
"success": true,
"processes": [
{
"processId": "string",
"startTime": "2019-08-24T14:15:22Z",
"endTime": "2019-08-24T14:15:22Z",
"status": "string",
"nodeResults": [
{}
],
"duration": 0
}
],
"total": 0
}
Request
Path Params
id
string
required
Query Params
limit
integer
optional
Default:
20
offset
integer
optional
Default:
0
status
enum<string>
optional
Allowed values:
runningcompletedfailedstopped
Responses
Modified at 2025-06-19 15:26:15