Skip to main content
Pull the full record for one channel. The response shape matches what channel list returns. Use this when you already have an ID and want a jq-friendly read.

Synopsis

Arguments

Examples

1. Inspect a channel in the terminal

Prints a single-row table with the headline fields. Use --json if you need the nested tags array or the exact ISO createdAt timestamp.

2. Read one field with jq

Returns the people count as a raw number. Combine with other commands when you only need an attribution number, for example, computing a channel’s share of total reach.

3. Use inside a guard

The CLI exits non-zero when the channel ID is missing, so the guard above branches cleanly. See Exit codes for the full mapping.

Response

icon and color are nullable on channels created without them. tags is always an array, empty when no tags are attached.

See also