# geni project get

> Show a project, your role, and the workflows, apps, and skills inside it.

Source: https://docs.generalinput.com/cli/project/get



```sh
geni project get <id> [flags]
```

| Arg / Flag | Notes                    |
| ---------- | ------------------------ |
| `<id>`     | Project id.              |
| `--json`   | Machine-readable output. |

## Output [#output]

```
· id: proj_01HX…
· name: Sales ops
· icon: 📈
· role: owner
· description: Everything that touches the pipeline.
· files: 5 (geni project files ls proj_01HX…)

Resources
ID          NAME                 TYPE
wf_01HX…    Daily Digest         workflow
wf_02AB…    Lead Explorer        app
skl_03CD…   gmail-inbox-triage   skill
```
