Skip to content

Get debug flow

GET
/api/v1/flows/{id}

Get debug flow

Parameters

Path Parameters

id*
Typestring
Required

Responses

Debug flow is available

application/json
JSON
{
"flow": {
"name": "string",
"reactflow": {
"edges": [
],
"nodes": [
]
}
}
}

Samples