maton youtube channel get

Get a channel by ID, @handle, or legacy username

maton youtube channel get [channelId] [flags]

Options

--connection <string>
Connection ID to route through (Maton-Connection header)
--dry-run
Print the request that would be sent without executing it
--handle <string>
Look up a channel by @handle (no leading @)
-q, --jq <expression>
Filter JSON output using a jq expression
--json
Output raw JSON
--paginate
Follow next_cursor and concatenate all pages (list commands only)
--parts <string> (default "snippet,statistics,contentDetails")
Comma-separated parts
-t, --template <string>
Format JSON output using a Go template; see "maton help formatting"
--username <string>
Look up a channel by legacy YouTube username

Options inherited from parent commands

-p, --profile <string>
Profile to use for this invocation (overrides the active profile; also reads MATON_PROFILE)

ALIASES

maton youtube channels view, maton youtube channel view

Examples

$ maton youtube channel get UCBJycsmduvYEL83R_U4JriQ
$ maton youtube channel get --handle GoogleDevelopers
$ maton youtube channel get --username GoogleDevelopers

See also