List workflow run jobs
gh_list_run_jobsFetch a bounded page of jobs and step metadata for a specific GitHub Actions run attempt. Get exact run details without downloading logs or modifying GitHub.
Instructions
Read-only: return one bounded page of jobs and step metadata for an exact GitHub Actions run attempt. This downloads no logs, performs no watching or workflow dispatch, and never modifies GitHub.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | One-based result page. | |
| repo | Yes | Canonical GitHub repository name without path separators. | |
| owner | Yes | Canonical GitHub repository owner. | |
| run_id | Yes | Positive workflow run identifier. | |
| attempt | No | Exact run attempt; omit for the latest attempt. | |
| per_page | No | Jobs per page, capped by server policy. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| jobs | Yes | ||
| page | Yes | ||
| run_id | Yes | ||
| attempt | Yes | ||
| has_more | Yes | ||
| head_sha | Yes | ||
| per_page | Yes | ||
| total_count | Yes |