get_workflow_run
Retrieve a specific GitHub Actions workflow run by repository and run ID, returning key details like status, conclusion, branch, commit, event, and start time for diagnosing CI/CD failures.
Instructions
Fetch a single GitHub Actions workflow run.
Args:
repo: "owner/name", e.g. "j-rdel/pipeline_watch". Ignored in fixture mode.
run_id: run identifier. In fixture mode, must match a file in
fixtures/workflow_runs/{run_id}.json.
Returns:
Subset of the GitHub workflow_run payload (id, name, head_branch,
head_sha, event, status, conclusion, run_started_at, repository,
jobs_url).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo | Yes | ||
| run_id | Yes |