Skip to content

List debug flows

GET
/api/v1/flows

List all debug flows

Responses

List debug flows

application/json
JSON
{
"flows": [
{
"id": "string",
"lastModifiedDate": "string",
"name": "string",
"numEdges": 0,
"numNodes": 0
}
]
}

Samples