github · GitHub Actions Docs
Actions Viewing workflow run history - GitHub Docs
Instructions for navigating the GitHub Actions interface to locate, inspect, and audit previous executions of automated workflows.
Derived skill
Files assembled from official documentation
Viewing SKILL.md
Actions Viewing workflow run history - GitHub Docs
Instructions for navigating the GitHub Actions interface to locate, inspect, and audit previous executions of automated workflows.
When To Use
Use when you need to locate past execution logs, check the status of previous automation runs, or audit the history of a specific workflow file.
Reference Files
| File | Contains | Use For |
|---|---|---|
SKILL.md | Entry point: scope, routing table, and workflow. | Start here. |
docs/actions-how-tos-monitor-workflows-viewing-workflow-run-history-github-do-workflow-guide.md | A guide explaining how to access and monitor the history and logs of GitHub Actions workflow runs. | Questions about a guide explaining how to access and monitor the history and logs of GitHub Actions workflow runs. |
examples/actions-how-tos-monitor-workflows-viewing-workflow-run-history-github-do.text | A command line example demonstrating how to use the GitHub CLI to list workflow run history. | Exact payloads, commands, or snippets shown in A command line example demonstrating how to use the GitHub CLI to list workflow run history. |
examples/actions-how-tos-monitor-workflows-viewing-workflow-run-history-github-do-2.text | A command line example using the GitHub CLI to list the most recent workflow runs with a limit of five. | Exact payloads, commands, or snippets shown in A command line example using the GitHub CLI to list the most recent workflow runs with a limit of five. |
examples/actions-how-tos-monitor-workflows-viewing-workflow-run-history-github-do-3.text | A command-line example using the GitHub CLI to list workflow run history for a specific workflow. | Exact payloads, commands, or snippets shown in A command-line example using the GitHub CLI to list workflow run history for a specific workflow. |
examples/actions-how-tos-monitor-workflows-viewing-workflow-run-history-github-do-4.text | A command line example demonstrating how to use the GitHub CLI to view the details of a specific workflow run. | Exact payloads, commands, or snippets shown in A command line example demonstrating how to use the GitHub CLI to view the details of a specific workflow run. |
examples/actions-how-tos-monitor-workflows-viewing-workflow-run-history-github-do-5.text | A command demonstrating how to use the GitHub CLI to view detailed information about a specific workflow run. | Exact payloads, commands, or snippets shown in A command demonstrating how to use the GitHub CLI to view detailed information about a specific workflow run. |
examples/actions-how-tos-monitor-workflows-viewing-workflow-run-history-github-do-6.text | A GitHub CLI command used to view the details of a specific job within a workflow run. | Exact payloads, commands, or snippets shown in A GitHub CLI command used to view the details of a specific job within a workflow run. |
examples/actions-how-tos-monitor-workflows-viewing-workflow-run-history-github-do-7.text | A command-line example using the GitHub CLI to view logs for a specific job within a workflow run. | Exact payloads, commands, or snippets shown in A command-line example using the GitHub CLI to view logs for a specific job within a workflow run. |
examples/actions-how-tos-monitor-workflows-viewing-workflow-run-history-github-do-8.text | A GitHub CLI command demonstrating how to view a specific workflow run and check its exit status. | Exact payloads, commands, or snippets shown in A GitHub CLI command demonstrating how to view a specific workflow run and check its exit status. |
What This Skill Covers
-
- GitHub Actions / - How-tos / - Monitor workflows / - View workflow run history
- Main sections:
Tool navigation,In this article,Viewing recent workflow runs,Viewing details for a specific workflow run.
Workflow
- Open the most relevant file under
docs/for the exact documented workflow and wording. - Open
schemas/files for exact structured contracts. - Open
examples/files for concrete requests, commands, snippets, and manifests. - Do not add behavior or configuration that is not present in the attached source files.
Canonical source: https://docs.github.com/en/actions/how-tos/monitor-workflows/view-workflow-run-history
