gha_get_run_logs
Fetch workflow run logs from GitHub Actions to monitor CI/CD pipelines, filter by job or content, and diagnose failures.
Instructions
Fetch logs for a workflow run
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo | Yes | Repository in owner/repo format | |
| run_id | Yes | Workflow run ID | |
| job | No | Filter to specific job name | |
| grep | No | Filter log lines containing this string | |
| tail | No | Return only last N lines |