gh api repos/owner/repo/actions/workflows --paginate
List all workflows via API, following pages
--paginate automatically walks every page of results until exhausted, since REST caps at 30 items per page. The workflows endpoint returns each workflow's id, name, and state. Combine with --jq to extract the fields you need from the full list.
Looking for more? Search all 7,657 commands — works offline, in English or Spanish, and fixes typos.