Get job artifact file
get_job_artifact_fileDownload a file from a GitLab job artifact archive as base64, with a configurable size limit to prevent oversized transfers.
Instructions
Download one file from a GitLab job artifact archive as base64, subject to a strict size 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 | ||
| artifact_path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes | GitLab response normalized for model use. |