Skip to main content
Page through the people attributed to a single channel. Combine filters to slice the roster, then pipe to jq or save the result as JSON. The dashboard channel-detail page shows the same people.

Synopsis

Arguments

Options

Examples

1. Browse the latest people on a channel

Prints the 20 most recent people on channel 7 as a table: ID, name, email, phone, company, job title, joined-at.

2. Filter by event and pipe to jq

Returns people on channel 7 who also registered for event 18, projected to three fields. The --json envelope also carries .pagination.

3. Walk every page in a script

Loops until a page returns no rows. See Scripting with jq for richer pagination patterns.

Response

pagination appears only in --json. joinedAt for a channel is when the person was first attributed to it, not when they last engaged.

See also