Flows
Read Flow By Name
Get a flow by name.
GET
/
api
/
flows
/
name
/
{name}
Headers
Path Parameters
The name of the flow
Response
200 - application/json
An ORM representation of flow data.
The name of the flow
A list of flow tags
A dictionary of key-value labels. Values can be strings, numbers, or booleans.
Was this page helpful?