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
| Command | Description |
|---|---|
event list | List every event in the active workspace |
event get | Fetch a single event by ID |
event person list | Page through the people registered for an event |
event person export | Stream the event registrants as CSV to stdout |
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.
