Retrieve the plain-text log for a specific GitHub Actions CI job.
Saves the job log to a local file and returns the file path. Use the Read tool to examine the log content afterward. Only call for jobs where the CI run has already completed; jobId comes from the jobs array in CI run data available via show_session.
Arguments
Section titled “Arguments”| Name | Type | Required | Description |
|---|---|---|---|
sessionId | string | yes | The Polygraph session ID. |
repoId | string | yes | The repo ID (MongoDB ObjectId hex string). |
jobId | number | yes | The GitHub Actions job ID (from the jobs array in CI run data). |