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