v1

latestSwagger 2.0MIT2026-07-1793106379.6 KB
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

statusstring

Example response

{
  "data": {
    "functions": {
      "functions": [
        {
          "timeout": 60,
          "url": "https://example.com/api/v1/function"
        }
      ]
    }
  },
  "status": "success"
}