Obtener todos los nodos de un flujo
🚀 Servidor de producción
https://api.hiveflow.com/api
🚀 Servidor de producción
https://api.hiveflow.com/api
GET
/flows/{flowId}/nodes
Nodos
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.hiveflow.com/api/flows//nodes'
Response Response Example
{
"success": true,
"nodes": [
{
"id": "string",
"type": "string",
"position": {
"x": 0,
"y": 0
},
"data": {
"agentName": "string",
"llm": "openai",
"model": "string",
"agentObjective": "string",
"url": "string",
"prompt": "string",
"nodeType": "llm",
"conditions": [
{
"prompt": "string",
"targetNodeId": "string",
"usePrompt": true
}
]
}
}
],
"totalNodes": 0,
"activeNodes": 0
}
Request
Path Params
flowId
string
required
Query Params
includeHistory
boolean
optional
Default:
false
status
enum<string>
optional
Allowed values:
activeinactiveerror
Responses
Modified at 2025-06-19 15:26:15