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.
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.

Flags

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.
For complex node configuration (such as audience filters or event property queries), use --output json.
Last modified on July 1, 2026