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

# modus workflows list

> List workflows in the authenticated organization.

List workflows in the authenticated organization.

## Usage

```bash theme={null}
modus workflows list [flags]
```

## Flags

| Flag           | Type   | Description                                 |
| -------------- | ------ | ------------------------------------------- |
| `--search`     | string | Filter by search term.                      |
| `--type`       | string | Filter by workflow type.                    |
| `--page-size`  | string | Items per page (default 25, max 100).       |
| `--page-token` | string | Opaque page token from a previous response. |

Global: `--pretty` — human-readable table output instead of compact JSON.

## Examples

```bash theme={null}
modus workflows list
modus workflows list --pretty
modus workflows list --type task
```

See [CLI quickstart](/guides/cli) for install and auth.
