gha_get_run
Retrieve GitHub Actions workflow run details to monitor CI/CD pipelines, view job status, and diagnose failures for specific repositories and run IDs.
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) |