gh run list --status failure --limit 10

Category: GitHub CLI

gh run list --status failure --limit 10

List the most recent failed runs

--status failure filters to runs that ended in failure, and --limit 10 caps the list. This is the fastest way to find broken CI. Other status values include success, cancelled, in_progress, and timed_out.
Looking for more? Search all 7,657 commands — works offline, in English or Spanish, and fixes typos.