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