Skip to content
debug-flow
Main Navigation
Home
Getting Started
Appearance
Menu
Return to top
List debug flows
GET
/api/v1/flows
List all debug flows
Responses
200
500
List debug flows
Content-Type
application/json
Schema
JSON
JSON
{
"flows"
:
[
{
"id"
:
"string"
,
"lastModifiedDate"
:
"string"
,
"name"
:
"string"
,
"numEdges"
:
0
,
"numNodes"
:
0
}
]
}
GET
/api/v1/flows
Samples