talkvalue path channel groups the read commands you need to inspect channels and the people attributed to them. The same dataset powers the Channels surface in the dashboard, so every channel you see in the app is reachable from the CLI.
Subcommands
| Command | Description |
|---|---|
channel list | List every channel in the active workspace |
channel get | Fetch a single channel by ID |
channel people | Page through the people attributed to a channel |
Typical workflow
Find a channel, inspect it, then page through the people attributed to it:--json for piping into jq. Channels appear in dashboard analytics. Pair these commands with path analysis channel-attribution when you need reach and overlap numbers.
See also
- Channels. The dashboard surface this group mirrors.
path event. The parallel group for events.- Recipe: Channel analysis. Pairs
channel peoplewith attribution metrics. - Attribution. Channel-level reach and contribution.
