Get GitLab job log
get_job_logFetch the plain-text trace for a GitLab CI job, returning up to 5 MB of logs per call. Use this when you need to view or debug a specific job's output without downloading the full artifact.
Instructions
Retrieve the plain-text trace for a GitLab CI job, up to the configured response safety limit.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| job_id | Yes | ||
| project | Yes | GitLab project ID or full path such as group/project. | |
| max_bytes | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes | GitLab response normalized for model use. |