Flows
Retrieve flow graph by id
get/flows/{flowID}/graph
Path parameters
flowIDinteger required
flow id
Response
flow graph received successful
Example response
{
"data": {
"functions": {
"functions": [
{
"timeout": 60,
"url": "https://example.com/api/v1/function"
}
]
}
},
"status": "success"
}