v1

latestSwagger 2.0MIT2026-07-1793106379.6 KB
Flows

Retrieve flow by id

get/flows/{flowID}

Path parameters

flowIDinteger required

flow id

Response

flow received successful

statusstring

Example response

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