Creates a new flow from the provided schema. If a flow with the same name already exists, the existing flow is returned.
For more information, see https://docs.prefect.io/v3/concepts/flows.
Successful Response
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.
{ "key": "value1", "key2": 42 }