GH-DISCUSSION-LIST(1) GitHub CLI manual GH-DISCUSSION-LIST(1) (NAME) gh-discussion-list - (SYNOPSIS) gh discussion list [flags] (DESCRIPTION) . . (OPTIONS) --after --answered -A, --author -c, --category (slug) -q, --jq JSON jq --json JSON -l, --label -L, --limit (default 30) --order (default "desc") : {asc|desc} -R, --repo <[HOST/]OWNER/REPO> [HOST/]OWNER/REPO -S, --search --sort (default "updated") : {created|updated} -s, --state (default "open") : {open|closed|all} -t, --template JSON Go "gh help formatting" -w, --web (ALIASES) gh discussion ls JSON (JSON FIELDS) answerChosenAt, answerChosenBy, answered, author, body, category, closed, closedAt, createdAt, id, labels, locked, number, stateReason, title, updatedAt, url (EXIT CODES) 0: 1: 2: 4: : . . (EXAMPLES) # $ gh discussion list # $ gh discussion list --category General # $ gh discussion list --state closed --author monalisa # ( ) $ gh discussion list --state all --label bug,enhancement # (Q&A) JSON $ gh discussion list --answered --json number,title,url # (Q&A) JSON $ gh discussion list --answered=false --json number,title,url (SEE ALSO) gh-discussion(1) Sep 2026 GH-DISCUSSION-LIST(1)