Flows
Read Flow By Name
Get a flow by name.
GET
/
api
/
flows
/
name
/
{name}
Headers
x-prefect-api-version
string
Path Parameters
name
string
requiredThe name of the flow
Response
200 - application/json
An ORM representation of flow data.
id
string
created
string | null
updated
string | null
name
string
requiredThe name of the flow
tags
string[]
A list of flow tags
Was this page helpful?