Headers
Body
application/json
Required range:
x >= 0
Filter for flows. Only flows matching all criteria will be returned.
Filter flow runs. Only flow runs matching all criteria will be returned
Filter task runs. Only task runs matching all criteria will be returned
Filter for deployments. Only deployments matching all criteria will be returned.
Filter work pools. Only work pools matching all criteria will be returned
Defines flow sorting options.
Available options:
CREATED_DESC
, UPDATED_DESC
, NAME_ASC
, NAME_DESC
Defaults to PREFECT_API_DEFAULT_LIMIT if not provided.
Response
Successful Response
The name of the flow
Examples:
"my-flow"
A list of flow tags
Examples:
["tag-1", "tag-2"]
A dictionary of key-value labels. Values can be strings, numbers, or booleans.
Examples:
{ "key": "value1", "key2": 42 }