> ## Documentation Index
> Fetch the complete documentation index at: https://docs.pflow.run/llms.txt
> Use this file to discover all available pages before exploring further.

# pflow list

> List saved workflows with keyword filtering

## Usage

```bash theme={null}
pflow list [KEYWORD...]
pflow list --json
```

`pflow list` shows saved workflows. Keywords use AND logic and search both workflow names and descriptions.

## Examples

```bash theme={null}
pflow list
pflow list github pr
pflow list --json
```
