POST
/
api
/
flows
/

Headers

x-prefect-api-version
string

Body

application/json

Data used by the Prefect REST API to create a flow.

name
string
required

The name of the flow

tags
string[]

A list of flow tags

Response

200 - application/json

An ORM representation of flow data.

id
string
created
string | null
updated
string | null
name
string
required

The name of the flow

tags
string[]

A list of flow tags