workflows command lets you list workflows and inspect workflow graphs in your Loops account.
list
List workflows.
--pick to filter the list interactively with fzf and copy the selected workflow ID to your clipboard. Requires fzf to be installed and on your PATH.
Flags
| Flag | Description |
|---|---|
--pick | Interactively pick a workflow and copy its ID to the clipboard. Requires fzf. |
--per-page | Results per page (10–50, default 20) |
--cursor | Pagination cursor for a specific page |
get
Get a workflow by ID. Returns workflow metadata and a summary table of its nodes. For full node configuration, use workflows nodes get.
nodes get
Get full details for a single workflow node. See Get workflow node for the full response schema.
--output json.
