Read Flow By Name
Flows
Read Flow By Name
Get a flow by name.
GET
Read Flow By Name
Headers
Path Parameters
The name of the flow
Response
Successful Response
An ORM representation of flow data.
The name of the flow
Pattern:
^[^/%&><]+$Example:
"my-flow"
A list of flow tags
Example:
["tag-1", "tag-2"]A dictionary of key-value labels. Values can be strings, numbers, or booleans.
Example:
{ "key": "value1", "key2": 42 }