v2

latestOpenAPI 3.1.02026-07-31822441.6 KB

Retrieve supported flows

Returns all flows in an environment and their connectors

get/{env_id}/flows/supported

Path parameters

env_idstring required

ID of environment

Response

200

idstring
namestring
descriptionstring
tapsstring[]
targetsstring[]

Example response

[
  {
    "id": "cxEkB6bLZ",
    "name": "Sales",
    "description": "Sales records from your system",
    "taps": [
      "salesforce"
    ],
    "targets": [
      "s3"
    ]
  }
]