Skip to main content
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

CommandDescription
channel listList every channel in the active workspace
channel getFetch a single channel by ID
channel peoplePage through the people attributed to a channel

Typical workflow

Find a channel, inspect it, then page through the people attributed to it:
talkvalue path channel list
talkvalue path channel get 7
talkvalue path channel people 7 --sort "joinedAt,desc" --page-size 25
Every read prints a table by default and respects --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