talkvalue path event groups the read commands you need to inspect events and the people who registered for them. The same dataset powers the Events surface in the dashboard, so every event you see in the app is reachable from the CLI.
Subcommands
Typical workflow
Find an event, inspect it, then walk the people who registered:--json for piping into jq. The person export subcommand is the exception. It always emits CSV regardless of --json so you can redirect straight to a file.
See also
- Events. The dashboard surface this group mirrors.
path channel. The parallel group for channels.- Recipe: New registrants this week. Pairs
event person listwith--sort joinedAt,desc. - Recipe: CSV import.
event person exportcomplements the import flow.
