Skip to main content

getFlows

GET 

https://host/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[]
  • ]

curl -L 'https://host/v1/environment/:environment/flows' \
-H 'Accept: application/json' \
-H 'api-key: <API_KEY_VALUE>'
Request Collapse all
Base URL
https://host
Auth
Parameters
— pathrequired
ResponseClear

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