# geni specialist get

> Show a specialist, your role, its memory, the workflows, apps, and skills inside it, and what they are wired to.

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



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

| Arg / Flag | Notes                                                                              |
| ---------- | ---------------------------------------------------------------------------------- |
| `<id>`     | Specialist id.                                                                     |
| `--json`   | Machine-readable output: `{ "specialist", "resources", "memory", "connections" }`. |

## Output [#output]

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

Memory (version 3)
Keep the pipeline clean and the team briefed…

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

Connections
ID          NAME            OWNER   USED BY
cred_01HX…  Sales HubSpot   you     Daily Digest, Lead Explorer
```

Connections are read off what the specialist's workflows and apps are wired to; they grant nothing on their own.
