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"
]
}
]Changes
No recorded changes to this endpoint across all 3 revisions of this API.