get_job_artifact_file
Retrieve a file's content from a GitLab job's artifacts by specifying the artifact path, job ID, and project ID.
Instructions
Get the content of a single file from a job's artifacts by its path within the archive
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| job_id | No | The ID of the job | |
| project_id | No | Project ID or URL-encoded path | |
| artifact_path | Yes | Path to the file within the artifacts archive |