Skip to main content

getFlows

GET 

/v1/environment/:environment/flows

Get all Flows in an Environment.

Request

Path Parameters

    environment stringrequired

Responses

Get all Flows in an Environment

Schema

  • Array [

  • id stringrequired
    name stringrequired
    environment stringrequired
    version string
    docsMarkdown string
    assignees string[]
  • ]

Loading...