# geni resource list (/cli/resource/list)



```sh
geni resource list [flags]
```

Lists the resources (code workflows, agent workflows, apps, and skills) you can access in the active workspace, with their type, enabled state, and validity. For an app, `VALID` reflects whether its latest build succeeded.

## Synopsis [#synopsis]

```sh
geni resource list
geni resource list --json
```

| Flag     | Notes                    |
| -------- | ------------------------ |
| `--json` | Machine-readable output. |

## Output [#output]

```
ID         NAME                 TYPE   ENABLED  VALID
wf_01HX…   Daily Digest         code   yes      yes
wf_02AB…   Inbox Triage         agent  no       yes
wf_03CD…   Lead Explorer        app    yes      yes
skl_04EF…  gmail-inbox-triage   skill  yes      yes
```

Use [`geni resource get <id>`](/cli/resource/get) for one resource's detail, or [`pull`](/cli/resource/pull) to bring its files to disk.
