Skip to content
debug-flow
Main Navigation
Home
Getting Started
Appearance
Menu
Return to top
Get debug flow
GET
/api/v1/flows/{id}
Get debug flow
Parameters
Path Parameters
id
*
Type
string
Required
Responses
200
404
500
Debug flow is available
Content-Type
application/json
Schema
JSON
JSON
{
"flow"
:
{
"name"
:
"string"
,
"reactflow"
:
{
"edges"
:
[
]
,
"nodes"
:
[
]
}
}
}
GET
/api/v1/flows/{id}
Samples