GH-DISCUSSION-VIEW(1) GitHub CLI manual GH-DISCUSSION-VIEW(1) (NAME) gh-discussion-view - (SYNOPSIS) gh discussion view { | | | } [flags] (DESCRIPTION) . --comments . . (node ID) ( https://github.com/OWNER/REPO/discussions/123#discussioncomment-456). --order --limit --after . --web . (OPTIONS) --after -c, --comments -q, --jq JSON jq --json JSON -L, --limit (default 30) --order (default "newest") : {oldest|newest} -R, --repo <[HOST/]OWNER/REPO> [HOST/]OWNER/REPO -t, --template JSON Go "gh help formatting" -w, --web JSON (JSON FIELDS) answerChosenAt, answerChosenBy, answered, author, body, category, closed, closedAt, comments, createdAt, id, labels, locked, number, reactionGroups, state, stateReason, title, updatedAt, url (EXIT CODES) 0: 1: 2: 4: : . . (EXAMPLES) # $ gh discussion view 123 # (URL) $ gh discussion view https://github.com/OWNER/REPO/discussions/123 # $ gh discussion view 123 --comments # $ gh discussion view 123 --comments --order oldest # $ gh discussion view 123 --comments --limit 10 # $ gh discussion view 123 --comments --after CURSOR # (node ID) $ gh discussion view DC_abc123 # (URL) $ gh discussion view 'https://github.com/OWNER/REPO/discussions/123#discussioncomment-456' # $ gh discussion view DC_abc123 --limit 10 --after CURSOR # $ gh discussion view 123 --web (SEE ALSO) gh-discussion(1) Sep 2026 GH-DISCUSSION-VIEW(1)