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