latestOpenAPI 3.1.02026-08-20832446.2 KB
ec83efeae3d5
Retrieve linked flows
Returns the flows that are currently linked for a specific tenant
get/{env_id}/flows/linked
Path parameters
env_idstring required
ID of environment
Query parameters
user_idstring required
ID of tenant
Response
200
Example response
[
{
"id": "cxEkB6bLZ",
"name": "Sales",
"description": "Sales records from your system",
"taps": [
"salesforce"
],
"targets": [
"s3"
]
}
]