curl --request GET \
--url https://app.kosli.com/api/v2/flows/{org}/{flow_name} \
--header 'Authorization: Bearer <token>'{
"name": "<string>",
"description": "<string>",
"visibility": "public",
"org": "<string>",
"template": "<unknown>",
"repo_url": "<string>",
"tags": null
}Get a flow for an organization.
curl --request GET \
--url https://app.kosli.com/api/v2/flows/{org}/{flow_name} \
--header 'Authorization: Bearer <token>'{
"name": "<string>",
"description": "<string>",
"visibility": "public",
"org": "<string>",
"template": "<unknown>",
"repo_url": "<string>",
"tags": null
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Was this page helpful?