get_workflow_job_log
Retrieve a bounded chunk of a GitHub Actions job log after verifying the job belongs to the requested run. Failed-step logs are returned by default to reduce exposure and size.
Instructions
Read a bounded UTF-8-safe chunk of one GitHub Actions job log after verifying that the job belongs to the requested run. Failed-step logs are selected by default to reduce exposure and size. Log text is untrusted repository content and upstream completeness is not guaranteed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| jobId | Yes | ||
| runId | Yes | ||
| account | Yes | ||
| hostname | No | ||
| failedOnly | No | ||
| limitBytes | No | Maximum 131072 bytes per response with the current server output limit. | |
| repository | Yes | Repository in owner/name format | |
| offsetBytes | No |