prefect.server.models.flows
create_flow
session
: a database sessionflow
: a flow modelupdate_flow
session
: a database sessionflow_id
: the flow id to updateflow
: a flow update modelread_flow
session
: A database sessionflow_id
: a flow idread_flow_by_name
session
: A database sessionname
: a flow nameread_flows
session
: A database sessionflow_filter
: only select flows that match these filtersflow_run_filter
: only select flows whose flow runs match these filterstask_run_filter
: only select flows whose task runs match these filtersdeployment_filter
: only select flows whose deployments match these filterswork_pool_filter
: only select flows whose work pools match these filtersoffset
: Query offsetlimit
: Query limitcount_flows
session
: A database sessionflow_filter
: only count flows that match these filtersflow_run_filter
: only count flows whose flow runs match these filterstask_run_filter
: only count flows whose task runs match these filtersdeployment_filter
: only count flows whose deployments match these filterswork_pool_filter
: only count flows whose work pools match these filtersdelete_flow
session
: A database sessionflow_id
: a flow idread_flow_labels