Skip to main content
Workflow API endpoints are currently in alpha and are subject to change.
The workflows command lets you list workflows and inspect workflow graphs in your Loops account.

list

List workflows.
loops workflows list
Pass --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.
loops workflows list --pick

Flags

FlagDescription
--pickInteractively pick a workflow and copy its ID to the clipboard. Requires fzf.
--per-pageResults per page (10–50, default 20)
--cursorPagination 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.
loops workflows get cls5d9u1w009yl70c7d8e9f0g

nodes get

Get full details for a single workflow node. See Get workflow node for the full response schema.
loops workflows nodes get <workflow-id> <node-id>
loops workflows nodes get cls5d9u1w009yl70c7d8e9f0g clt6e0v2x010yl70h1i2j3k4l
For complex node configuration (such as audience filters or event property queries), use --output json.
Last modified on July 1, 2026