v2
latestOpenAPI 3.1.02026-07-31822441.6 KBRetrieve 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"
]
}
]