gha_get_run
Retrieve detailed GitHub Actions workflow run information including job status and execution data to monitor CI/CD pipeline progress and diagnose issues.
Instructions
Get detailed run information including jobs
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo | Yes | Repository in owner/repo format | |
| run_id | Yes | Workflow run ID | |
| include_jobs | No | Include job details (default: true) |