action cenit_get_setup_flow { label: "Returns a list of flows" description: "Returns a list of flows you've previously created. The flows are returned in sorted order, with the most recent flow appearing first." provider: cenit method: GET path: "/setup/flow/" encoding: json output: { type: "object" additionalProperties: true } }