# geni workflow executions (/cli/resource/workflow/executions)



```sh
geni workflow executions [id] [flags]
```

Lists a workflow's recent executions — id, status, whether it was a test, when it ran, and a label.

## Synopsis [#synopsis]

```sh
geni workflow executions
geni workflow executions wf_01HX --limit 50 --json
```

| Arg / Flag     | Notes                                           |
| -------------- | ----------------------------------------------- |
| `[id]`         | Workflow id. Omit to use the marker in `--dir`. |
| `--limit <n>`  | Max rows (default 20, max 100).                 |
| `--dir <path>` | Resource directory. Defaults to cwd.            |
| `--json`       | Machine-readable output.                        |

Inspect one execution's output and logs with [`geni workflow execution`](/cli/resource/workflow/execution).
