curl --location --request GET 'https://api.hiveflow.ai/api/flows//edges'
{
"success": true,
"edges": [
{
"id": "string",
"source": "string",
"target": "string",
"sourceHandle": "string",
"targetHandle": "string",
"type": "string",
"data": {
"isConditional": true,
"conditionIndex": 0
}
}
],
"totalEdges": 0,
"conditionalEdges": 0
}