get_job_logs
Fetch raw log text for a single job in a workflow run to inspect failure details and support CI/CD triage.
Instructions
Fetch the raw log text for a single job of a workflow run.
Args:
repo: "owner/name". Ignored in fixture mode.
run_id: run identifier (needed for the fixture backend).
job_id: job identifier.
Returns:
Raw log text. May be truncated by the caller downstream.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo | Yes | ||
| job_id | Yes | ||
| run_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |