Flows
Read Flow By Name
Get a flow by name.
get/api/flows/name/{name}
Path parameters
namestring required
The name of the flow
The name of the flow
Headers
x-prefect-api-versionstring
Response
Successful Response
Example response
{
"name": "my-flow",
"tags": [
"tag-1",
"tag-2"
]
}