Function list_flows

Source
pub async fn list_flows(
    configuration: &Configuration,
    workspace: &str,
    page: Option<i32>,
    per_page: Option<i32>,
    order_desc: Option<bool>,
    created_by: Option<&str>,
    path_start: Option<&str>,
    path_exact: Option<&str>,
    show_archived: Option<bool>,
    starred_only: Option<bool>,
    include_draft_only: Option<bool>,
    with_deployment_msg: Option<bool>,
) -> Result<Vec<ListFlows200ResponseInner>, Error<ListFlowsError>>