Skip to main content

getFlow

GET 

https://host/v1/environment/:environment/flows/:id

Get a Flow in an Environment by its id.

Request

Path Parameters

    environment stringrequired
    id stringrequired

Responses

Flow

Schema

    id stringrequired
    name stringrequired
    environment stringrequired
    version string
    docsMarkdown string
    assignees string[]
curl -L 'https://host/v1/environment/:environment/flows/:id' \
-H 'Accept: application/json' \
-H 'api-key: <API_KEY_VALUE>'
Request Collapse all
Base URL
https://host
Auth
Parameters
— pathrequired
— pathrequired
ResponseClear

Click the Send API Request button above and see the response here!