flows

Find Flow by ID

Returns a single Flow by its ID, if the user is authorized to see it.

get/flows/{id}

Path parameters

idstring string required

ID of flow to return

Response

Returns the flow

metaobject

Example response

{
  "data": {
    "name": "My Flow",
    "description": "My Flow"
  }
}

Changes