Skip to main content
GET
Read Flow By Name

Headers

x-prefect-api-version
string

Path Parameters

name
string
required

The name of the flow

Response

Successful Response

An ORM representation of flow data.

id
string<uuid>
required
created
string<date-time> | null
required
updated
string<date-time> | null
required
name
string
required

The name of the flow

Pattern: ^[^/%&><]+$
Example:

"my-flow"

tags
string[]

A list of flow tags

Example:
labels
Labels · object | null

A dictionary of key-value labels. Values can be strings, numbers, or booleans.

Example: