Obtener todas las conexiones de un flujo
🚀 Servidor de producción
https://api.hiveflow.com/api
🚀 Servidor de producción
https://api.hiveflow.com/api
GET
/flows/{flowId}/edges
Conexiones
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.hiveflow.com/api/flows//edges'
Response Response Example
{
"success": true,
"edges": [
{
"id": "string",
"source": "string",
"target": "string",
"sourceHandle": "string",
"targetHandle": "string",
"type": "string",
"data": {
"isConditional": true,
"conditionIndex": 0
}
}
],
"totalEdges": 0,
"conditionalEdges": 0
}
Request
Path Params
flowId
string
required
Query Params
source
string
optional
target
string
optional
type
enum<string>
optional
Allowed values:
smoothstepstraightstepbezier
conditional
boolean
optional
Responses
Modified at 2025-06-19 15:26:15