Skip to main content

getFlow

GET 

/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[]
Loading...